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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user