Skip to content

Commit

Permalink
fix css for radio
Browse files Browse the repository at this point in the history
  • Loading branch information
sapayth committed Jan 23, 2024
1 parent f7b8e91 commit a29e31d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/frontend-forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,9 @@ body .wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields textarea:not
body .wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields input:not([type="reset"]) {
width: 100%;
}
body .wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields input[type="radio"] {
width: initial;
}
body .wpuf-dashboard-container .items-table-container,
body .wpuf-dashboard-container .wpuf-dashboard-content.invoices {
max-width: 100%;
Expand Down
6 changes: 6 additions & 0 deletions assets/less/frontend-forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -1460,6 +1460,12 @@ body.rtl{
}
}

.wpuf-fields {
input[type="radio"] {
width: initial;
}
}

}

.items-table-container,
Expand Down

0 comments on commit a29e31d

Please sign in to comment.