Skip to content

Commit c9fbca1

Browse files
author
Ilya Radchenko
committed
fix: button style fixes
1 parent 76417cd commit c9fbca1

File tree

4 files changed

+8
-81254
lines changed

4 files changed

+8
-81254
lines changed

client/styles/button.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
}
5454

5555
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
56-
height: 1.5em;
57-
width: 1.5em;
56+
height: auto;
57+
width: 1em;
5858
}
5959

6060
.button .icon:first-child:not(:last-child) {
61-
margin-left: calc(-0.375em - 1px);
62-
margin-right: 0.1875em;
61+
//margin-left: calc(-0.375em - 1px);
62+
margin-right: 0.3875em;
6363
}
6464

6565
.button .icon:last-child:not(:first-child) {

0 commit comments

Comments
 (0)