Skip to content

Commit

Permalink
IBX-3355: Fixed multiple errors in one line (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Jul 25, 2022
1 parent e67e3e8 commit c69cbbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ form:not(.form-inline) {
box-sizing: border-box;
margin-top: calculateRem(4px);

&:not(& > &) {
flex-direction: column;
}

&__icon {
fill: $ibexa-color-danger;
margin-right: calculateRem(4px);
Expand Down

0 comments on commit c69cbbf

Please sign in to comment.