Skip to content

Commit

Permalink
Fix Input alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Aug 24, 2023
1 parent 18279d8 commit 1848d6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/themes/pastanaga/elements/input.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
font-weight: @inputFontWeight;
}

/* 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 {
flex-grow: 0;
}

.inline.field {
.wrapper {
display: flex;
Expand Down

0 comments on commit 1848d6e

Please sign in to comment.