1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 18:07:02 +02:00

Properly overflow tag selection input

This commit is contained in:
Toby Zerner
2015-11-21 15:11:27 +10:30
parent fdd837ae7e
commit 19e40f76fe

View File

@@ -32,6 +32,7 @@
.TagDiscussionModal-form-input {
display: table-cell;
width: 100%;
vertical-align: top;
}
.TagDiscussionModal-form-submit {
display: table-cell;
@@ -42,7 +43,7 @@
padding-top: 0;
padding-bottom: 0;
overflow: hidden;
white-space: nowrap;
height: auto;
input {
display: inline;
@@ -52,6 +53,7 @@
padding: 0;
width: 100%;
margin-right: -100%;
background: transparent;
}
}
.TagsInput-tag {