Change the padding of icon-only buttons
So that they have the same height as buttons with text
This commit is contained in:
parent
18ca9dfc5f
commit
dc1615393b
1 changed files with 6 additions and 2 deletions
|
@ -93,9 +93,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.icon-only .icon {
|
||||
&.icon-only {
|
||||
padding: 9px 16px;
|
||||
|
||||
.icon {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
|
|
Loading…
Reference in a new issue