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…
Reference in New Issue