Skip to content

Commit

Permalink
IBX-5248: Fixed checkbox alignment in content center table cell (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Mar 17, 2023
1 parent 77c7fff commit 549d7e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@

&--content-center {
text-align: center;

.ibexa-input--checkbox {
margin-bottom: 0;
}
}
}

Expand Down

0 comments on commit 549d7e1

Please sign in to comment.