fix action button icon spacing
This commit is contained in:
parent
04794fd905
commit
8b9cd329ef
1 changed files with 4 additions and 0 deletions
|
@ -365,6 +365,10 @@ span[data-tooltip]:hover:before {
|
|||
fill: hsl(0,0%,60%);
|
||||
}
|
||||
|
||||
.icon:only-child {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
&.btn--slim {
|
||||
padding-left: 7px !important;
|
||||
padding-right: 7px !important;
|
||||
|
|
Loading…
Reference in a new issue