Skip to content

Commit 2772089

Browse files
authored
Merge pull request #950 from cakephp/fix-actions-alignment
Fix alignment in actions buttons
2 parents cab3c1b + b94b32f commit 2772089

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)