Skip to content

Commit

Permalink
Minor icon spacing fix for input labels
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Mar 28, 2019
1 parent d873b9b commit 2b5e16f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/common/base/discourse.scss
Expand Up @@ -118,6 +118,10 @@ label {
display: flex;
margin-bottom: 5px;
align-items: flex-start;
> .d-icon {
align-self: center;
margin-right: 4px;
}
}

input {
Expand Down

0 comments on commit 2b5e16f

Please sign in to comment.