Fix squished icons in form labels (use inline-flex)

This commit is contained in:
Aaron D. Lee
2026-01-07 19:40:03 -05:00
parent 2ee824b02b
commit 3f02e55ffd

View File

@@ -122,8 +122,10 @@
.card .form-label {
color: #ffe699;
position: relative;
display: inline-block;
display: inline-flex;
align-items: center;
overflow: hidden;
padding: 2px 0;
}
.card .form-label::before {