Skip to content

Commit 51e352e

Browse files
committed
fix action buttons
1 parent 375fb2f commit 51e352e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

filer/private/sass/components/_navigator.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ body {
8989
}
9090
.action-button {
9191
@include button-variant($btn-default-color, $btn-default-bgcolor, $btn-default-border, true);
92-
padding: 9px !important;
92+
margin: 3px;
93+
padding: 2px 6px 8px !important;
9394
span {
9495
font-size: 17px;
9596
line-height: 33px;

filer/static/filer/css/admin_filer.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

filer/static/filer/css/maps/admin_filer.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)