add max-width to white-background cells (#36790)

This commit is contained in:
Frédéric Péters 2019-10-09 09:49:49 +02:00
parent 3c12d6850e
commit 357ba0ebf2
1 changed files with 2 additions and 1 deletions

View File

@ -338,10 +338,11 @@ div.textcell.libre > div {
margin: 0 auto;
}
div.textcell.white-background > div,
div.textcell.dark-background.no-image > div {
width: auto;
max-width: 1070px;
padding-right: 0;
max-width: none;
}
div.textcell.dark-background > div a {