mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 00:39:17 +00:00
hacky override of inline select2 width in editor
This commit is contained in:
parent
98c8c48f6c
commit
b736fb7016
@ -5,6 +5,7 @@
|
|||||||
width: 47%;
|
width: 47%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.composer-popup-container {
|
.composer-popup-container {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -186,7 +187,10 @@ display: none;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.category-input {
|
.category-input {
|
||||||
display: inline;
|
// hack, select2 is using inline styles
|
||||||
|
.select2-container {
|
||||||
|
width: 99% !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.popup-tip .close {
|
.popup-tip .close {
|
||||||
padding: 0 2px 2px 8px; // so my fingers can touch the little x
|
padding: 0 2px 2px 8px; // so my fingers can touch the little x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user