Merge pull request #3390 from splitbrain/imageInTable

fix: better max-width for images in tables
This commit is contained in:
Andreas Gohr 2021-02-16 21:41:15 +01:00 committed by GitHub
commit 8004d999f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -234,6 +234,9 @@ audio {
button img {
max-width: none;
}
table img {
max-width: 50vw;
}
hr {
border-top: solid @ini_border;