adjust fields width to document preview width (#27671)

This commit is contained in:
Frédéric Péters 2018-10-31 03:04:05 +01:00
parent d281c96b02
commit 3f11a6642e
1 changed files with 5 additions and 1 deletions

View File

@ -524,6 +524,7 @@ dl#plone-contentmenu-display {
div#fields {
max-width: 48%;
max-width: calc(100% - 45em);
}
#fieldset-versions {
@ -537,9 +538,12 @@ div#fields {
#fieldset-versions {
float: none;
width: auto;
min-width: auto;
min-width: none;
margin-top: 0;
}
div#fields {
max-width: none;
}
}
#fieldset-versions table.listing {