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