Make image block element by default

By doing that, any possible future image alignment issues in post content can be prevented
refs #786
This commit is contained in:
Sodbileg Gansukh
2021-03-29 11:34:53 +08:00
parent 0d49da97a2
commit 816e1f608e
5 changed files with 5 additions and 4 deletions

View File

@ -108,6 +108,7 @@ table {
border-collapse: collapse;
}
img {
display: block;
max-width: 100%;
height: auto;
}