Fix FA auto width

This commit is contained in:
2026-04-27 23:15:24 +02:00
parent 844c9c0a53
commit c39b7705be
11 changed files with 39 additions and 36 deletions

View File

@@ -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();
}