FIX: tags input is too wide when editing a topic

This commit is contained in:
Neil Lalonde 2016-05-24 11:58:18 -04:00
parent 0646034397
commit d804b47725
2 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,7 @@
{{/if}}
{{#if canEditTags}}
<br>
{{tag-chooser tags=buffered.tags}}
{{/if}}

View File

@ -141,6 +141,10 @@ header .discourse-tag {color: $tag-color !important; }
margin: 5px 0;
}
.title-wrapper .tag-chooser {
width: 500px;
}
.admin-tag {
position: relative;
float: right;