mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: tags input is too wide when editing a topic
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user