diff --git a/client/css/forms.styl b/client/css/forms.styl index f62b1d1..1688dd1 100644 --- a/client/css/forms.styl +++ b/client/css/forms.styl @@ -183,7 +183,7 @@ input[type=password] color: $input-disabled-text-color div.tag-input - min-height: 3.3em + min-height: 4.75em vertical-align: top display: inline-block cursor: text diff --git a/client/css/tags.styl b/client/css/tags.styl index c0cfdf2..ff98ae6 100644 --- a/client/css/tags.styl +++ b/client/css/tags.styl @@ -53,13 +53,17 @@ .content-wrapper.tag width: 100% - max-width: 30em + max-width: 40em + h1 + word-break: break-all + line-height: 130% + margin-top: 0 form width: 100% label:not(.radio):not(.checkbox):not(.file-dropper) - width: 6em + width: 7em .messages, .buttons - margin-left: 6em + margin-left: 7em .content-wrapper.tag-categories width: 100% diff --git a/client/html/tag_merge.tpl b/client/html/tag_merge.tpl index 5fa5e6b..3b28320 100644 --- a/client/html/tag_merge.tpl +++ b/client/html/tag_merge.tpl @@ -1,8 +1,8 @@