UX: widen tag group name input field and add placeholder text
This commit is contained in:
parent
e1679d744c
commit
091d058ff2
|
@ -243,6 +243,9 @@ header .discourse-tag {
|
|||
.btn {
|
||||
margin-right: 10px;
|
||||
}
|
||||
h1 input {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.group-tags-list .tag-chooser {
|
||||
width: 100%;
|
||||
|
|
|
@ -3095,6 +3095,7 @@ en:
|
|||
parent_tag_description: "Tags from this group can't be used unless the parent tag is present."
|
||||
one_per_topic_label: "Limit one tag per topic from this group"
|
||||
new_name: "New Tag Group"
|
||||
name_placeholder: "Tag Group Name"
|
||||
save: "Save"
|
||||
delete: "Delete"
|
||||
confirm_delete: "Are you sure you want to delete this tag group?"
|
||||
|
|
Loading…
Reference in New Issue