Skip to content

Commit

Permalink
field size preview
Browse files Browse the repository at this point in the history
  • Loading branch information
sapayth committed Jan 10, 2025
1 parent 1617bf1 commit 9090d49
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
16 changes: 16 additions & 0 deletions assets/css/admin/form-builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -4156,6 +4156,22 @@ ul.wpuf-form li.field-size-medium .wpuf-fields {
width: auto;
}

body ul.wpuf-form li.field-size-large .wpuf-fields {
width: 100% !important;
}

body ul.wpuf-form li.field-size-medium .wpuf-fields {
width: 50% !important;
}

body ul.wpuf-form li.field-size-small .wpuf-fields {
width: 30% !important;
}

body ul.wpuf-form li .wpuf-fields {
width: 70% !important;
}

.placeholder\:wpuf-text-gray-400::-moz-placeholder {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
Expand Down
12 changes: 12 additions & 0 deletions src/css/admin/form-builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,15 @@ ul.wpuf-form li.field-size-medium .wpuf-fields {
float: none;
width: auto;
}
body ul.wpuf-form li.field-size-large .wpuf-fields {
width: 100% !important;
}
body ul.wpuf-form li.field-size-medium .wpuf-fields {
width: 50% !important;
}
body ul.wpuf-form li.field-size-small .wpuf-fields {
width: 30% !important;
}
body ul.wpuf-form li .wpuf-fields {
width: 70% !important;
}

0 comments on commit 9090d49

Please sign in to comment.