Skip to content

Commit a53593a

Browse files
Merge pull request #58 from mh7777777/master
Images not formatting properly fix.
2 parents 9440990 + fc9896e commit a53593a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/widget/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
body {
1010
margin: 0;
1111
}
12-
img {
13-
display: block;
14-
width: 100%;
12+
#text img {
13+
display: inline !important;
14+
vertical-align: bottom !important;
1515
}
1616
#text {
1717
word-break: break-word;

0 commit comments

Comments
 (0)