Removing extra margin on tag-chooser

This commit is contained in:
Kris 2018-03-23 10:32:27 -04:00
parent 17584bca5e
commit 6e4b8901ce
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ header .discourse-tag {color: $tag-color }
.tag-chooser { .tag-chooser {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
margin: 5px 0;
} }
.title-wrapper .tag-chooser { .title-wrapper .tag-chooser {