Remove min-width on showbuilder panel to fix add-content pane issue
This commit is contained in:
parent
7dd69da614
commit
eda9b54cd1
|
@ -539,7 +539,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_t
|
||||||
/***** Show Builder *****/
|
/***** Show Builder *****/
|
||||||
|
|
||||||
#show_builder {
|
#show_builder {
|
||||||
min-width: 470px;
|
/* This breaks the add content dialog at low resolutions :(
|
||||||
|
min-width: 470px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/***** LIBRARY QTIP METADATA SPECIFIC STYLES BEGIN *****/
|
/***** LIBRARY QTIP METADATA SPECIFIC STYLES BEGIN *****/
|
||||||
|
|
Loading…
Reference in New Issue