fix: fixed image default display 100% bug

This commit is contained in:
XPoet 2020-09-10 12:09:42 +08:00
parent 532d796bc9
commit 14ed095e82
1 changed files with 3 additions and 2 deletions

View File

@ -125,9 +125,10 @@
img { img {
box-sizing: initial;
padding: 2px; padding: 2px;
margin: 2px 0; margin: 2px 0;
width: 100%; max-width: 100%;
border: 1px solid var(--border-color); border: 1px solid var(--border-color);
} }