Skip to content

Commit

Permalink
Fix regression in forms input in toolbar height related to (#5115) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored Sep 12, 2023
1 parent f205332 commit 37ca652
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/5176.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix regression in forms input in toolbar height related to (#5115) @sneridagh
6 changes: 5 additions & 1 deletion theme/themes/pastanaga/elements/input.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@

/* This aligns the height of the field name label to the other side in case
of an error is present, it overrides a default from SemanticUI grid definitions. */
.ui.grid > .stretched.row > .column > .wrapper {
.inline.field .ui.grid > .stretched.row > .column > .wrapper {
flex-grow: 0;
}
/* Exception - Toolbar */
#toolbar .inline.field .ui.grid > .stretched.row > .column > .wrapper {
flex-grow: 1;
}

.inline.field {
.wrapper {
Expand Down

0 comments on commit 37ca652

Please sign in to comment.