Remove min-width on showbuilder panel to fix add-content pane issue
This commit is contained in:
parent
765a61d09f
commit
3c33cfd8b2
|
@ -558,7 +558,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_t
|
|||
/***** 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 *****/
|
||||
|
|
Loading…
Reference in New Issue