Minor css fix: stop image stretched vertically in content view

This commit is contained in:
Radhi Fadlillah 2019-08-06 08:31:29 +07:00
parent 8ac455b307
commit efa59d6d8b
3 changed files with 8 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -486,6 +486,7 @@ a {
}
img {
height: auto;
max-width: 100%;
}
}

File diff suppressed because one or more lines are too long