FIX: tags input is too wide when editing a topic
This commit is contained in:
parent
0646034397
commit
d804b47725
|
@ -24,6 +24,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{#if canEditTags}}
|
||||
<br>
|
||||
{{tag-chooser tags=buffered.tags}}
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue