mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
hacky override of inline select2 width in editor
This commit is contained in:
parent
98c8c48f6c
commit
b736fb7016
1 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
width: 47%;
|
||||
}
|
||||
|
||||
|
||||
.composer-popup-container {
|
||||
display: none;
|
||||
}
|
||||
|
@ -186,7 +187,10 @@ display: none;
|
|||
}
|
||||
}
|
||||
.category-input {
|
||||
display: inline;
|
||||
// hack, select2 is using inline styles
|
||||
.select2-container {
|
||||
width: 99% !important;
|
||||
}
|
||||
}
|
||||
.popup-tip .close {
|
||||
padding: 0 2px 2px 8px; // so my fingers can touch the little x
|
||||
|
|
Loading…
Reference in a new issue