mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Minor icon spacing fix for input labels
This commit is contained in:
parent
d873b9b2ad
commit
2b5e16fbec
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,10 @@ label {
|
|||
display: flex;
|
||||
margin-bottom: 5px;
|
||||
align-items: flex-start;
|
||||
> .d-icon {
|
||||
align-self: center;
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue