Skip to content

Commit

Permalink
CB-3510 fix: table bottom bar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Jun 17, 2024
1 parent 8685ee0 commit a5f2492
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,16 @@

.tableFooterMenu .menuBarItem {
padding: 0 4px;

& .menuBarItemBox {
gap: 2px;
}

& .menuBarItemLabel {
padding: 0;
}

& .menuBarItemIcon + .menuBarItemLabel {
padding-left: 0;
}
}

0 comments on commit a5f2492

Please sign in to comment.