mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 02:43:44 +08:00
UX: Restrict icon height in btn-small to prevent height inconsistency
This commit is contained in:
parent
0ea11a9d49
commit
832a0e410a
|
@ -217,6 +217,9 @@
|
|||
padding: 6px;
|
||||
font-size: $font-down-1;
|
||||
min-height: 20px;
|
||||
.d-icon {
|
||||
max-height: 0.87em;
|
||||
}
|
||||
}
|
||||
|
||||
// Large
|
||||
|
|
Loading…
Reference in New Issue
Block a user