2
0
Fork 0
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:
Kris 2019-03-28 15:10:31 -04:00
parent d873b9b2ad
commit 2b5e16fbec

View file

@ -118,6 +118,10 @@ label {
display: flex;
margin-bottom: 5px;
align-items: flex-start;
> .d-icon {
align-self: center;
margin-right: 4px;
}
}
input {