don't limit width of images embedded in table cells (#36791)

This commit is contained in:
Frédéric Péters 2019-10-09 09:29:39 +02:00
parent 30dec39932
commit 93dbf8c261
1 changed files with 4 additions and 1 deletions

View File

@ -225,11 +225,14 @@ div.textcell.module-parametrage {
}
}
div.textcell img {
max-width: 100%;
}
div.textcell table img {
max-width: none;
}
div.textcell.schema-general {
border-top: 1px solid #ddd;
padding: 2em 0;