Remove min-width on showbuilder panel to fix add-content pane issue

This commit is contained in:
Duncan Sommerville 2015-06-30 16:35:25 -04:00
parent 765a61d09f
commit 3c33cfd8b2
1 changed files with 2 additions and 1 deletions

View File

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