Skip to content

Commit 1f6ea8b

Browse files
committed
Button: Remove padding on text element for icon only buttons
Fixes #14056
1 parent caf6f2d commit 1f6ea8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ button.ui-button-icons-only {
5151
}
5252
.ui-button-icon-only .ui-button-text,
5353
.ui-button-icons-only .ui-button-text {
54-
padding: .4em;
54+
padding: 0;
5555
text-indent: -9999999px;
5656
}
5757
.ui-button-text-icon-primary .ui-button-text,

0 commit comments

Comments
 (0)