give #versions side a static width (#27671)

This commit is contained in:
Frédéric Péters 2018-11-06 16:33:23 +01:00
parent 3f11a6642e
commit acd29b872a
1 changed files with 2 additions and 4 deletions

View File

@ -523,15 +523,13 @@ dl#plone-contentmenu-display {
}
div#fields {
max-width: 48%;
max-width: calc(100% - 45em);
width: calc(98% - 700px);
}
#fieldset-versions {
margin-top: -10em;
float: right;
width: 50%;
min-width: 45em;
width: 700px;
}
@media screen and (max-width: 800px) {