hacky override of inline select2 width in editor

This commit is contained in:
Jeff Atwood 2014-10-11 05:49:18 -07:00
parent 98c8c48f6c
commit b736fb7016
1 changed files with 5 additions and 1 deletions

View File

@ -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