mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
Minor icon spacing fix for input labels
This commit is contained in:
parent
d873b9b2ad
commit
2b5e16fbec
@ -118,6 +118,10 @@ label {
|
|||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
> .d-icon {
|
||||||
|
align-self: center;
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user