toodego: add a img-max-width utility class (#54130)

This commit is contained in:
Frédéric Péters 2021-05-25 15:22:00 +02:00
parent bfe2583642
commit 2cefd445c6
1 changed files with 4 additions and 0 deletions

View File

@ -1117,3 +1117,7 @@ div.ui-widget-overlay {
clip: rect(0,0,0,0);
border: 0;
}
.img-max-width {
max-width: 100%;
}