Fix FA auto width
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
background: color.$default-bg;
|
||||
border-radius: 0 0 3px 3px;
|
||||
font-size: 0.7em;
|
||||
padding: 0.3rem;
|
||||
padding: var.$text-spacing;
|
||||
text-align: center;
|
||||
color: color.$default;
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
}
|
||||
|
||||
label {
|
||||
margin-left: .3rem;
|
||||
margin-left: var.$text-spacing;
|
||||
@extend .clickable;
|
||||
@include common.no-text-overflow();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user