mirror of
https://github.com/flarum/core.git
synced 2025-08-12 03:14:33 +02:00
Properly overflow tag selection input
This commit is contained in:
@@ -32,6 +32,7 @@
|
|||||||
.TagDiscussionModal-form-input {
|
.TagDiscussionModal-form-input {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
.TagDiscussionModal-form-submit {
|
.TagDiscussionModal-form-submit {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
@@ -42,7 +43,7 @@
|
|||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
height: auto;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
display: inline;
|
display: inline;
|
||||||
@@ -52,6 +53,7 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-right: -100%;
|
margin-right: -100%;
|
||||||
|
background: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.TagsInput-tag {
|
.TagsInput-tag {
|
||||||
|
Reference in New Issue
Block a user