Skip to content

Commit b94b32f

Browse files
committed
Fix alignment in actions buttons
Fix action buttons being always just a bit misaligned from other text (including the column header).
1 parent b75cc96 commit b94b32f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

webroot/css/cake.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ body {
6767
font-weight: bold;
6868
padding: 0 0.4rem;
6969
}
70+
.actions a:first-child {
71+
padding-left: 0;
72+
}
7073
th {
7174
white-space: nowrap;
7275
}

0 commit comments

Comments
 (0)