Skip to content

Commit

Permalink
issue-#1 - A
Browse files Browse the repository at this point in the history
Added 'vertical-align' to 'x-field' control.
  • Loading branch information
elycruz committed Sep 25, 2022
1 parent e4bf1c7 commit b072824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/css/modules/forms/field.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ label:has(+ :required, + * :required)::before {
* ------------------ */
:is(x-field, .x-field) {
display: inline-block;
vertical-align: top;
}

:is(x-field, .x-field):not(.x-layout-vertical) > label:has(+ *),
Expand Down
1 change: 1 addition & 0 deletions src/css/modules/forms/fieldset.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ legend {
/* ----------------
* x-fieldset
* ---------------- */

:is(fieldset, .x-fieldset) {
padding: 1rem;
}
Expand Down

0 comments on commit b072824

Please sign in to comment.