Skip to content

Commit

Permalink
IBX-5247: Fixed alignment in table filters (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Mar 17, 2023
1 parent b154f6d commit 77c7fff
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 @@ -77,6 +77,10 @@ form:not(.form-inline) {
box-sizing: border-box;
margin-top: calculateRem(4px);

&:empty {
margin-top: 0;
}

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

0 comments on commit 77c7fff

Please sign in to comment.