Skip to content

Commit

Permalink
fix: label.field-label needs to be inline to ensure required and help…
Browse files Browse the repository at this point in the history
… icon are on same line
  • Loading branch information
lucasnetau committed Nov 14, 2024
1 parent 9da2cc6 commit 29b4f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/_stage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
}

.field-label {
display: block;
display: inline;
overflow-wrap: break-word;
}

Expand Down

0 comments on commit 29b4f23

Please sign in to comment.