Skip to content

Commit

Permalink
fix visible errors when empty
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Mar 9, 2023
1 parent 513e825 commit 399ec83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ form:not(.form-inline) {
color: $ibexa-color-danger;
line-height: calculateRem(18px);
box-sizing: border-box;
margin-top: calculateRem(4px);

&:not(& > &) {
flex-direction: column;
Expand All @@ -85,6 +84,7 @@ form:not(.form-inline) {
display: flex;
align-items: center;
font-style: normal;
margin-top: calculateRem(4px);
}

&__icon {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

.ibexa-form-error {
min-height: calculateRem(18px);
margin: calculateRem(4px) 0;
flex-direction: column;
}

Expand Down

0 comments on commit 399ec83

Please sign in to comment.