Skip to content

Commit

Permalink
Images not formating properly fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mh7777777 committed Feb 5, 2021
1 parent 9440990 commit fc9896e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/widget/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
body {
margin: 0;
}
img {
display: block;
width: 100%;
#text img {
display: inline !important;
vertical-align: bottom !important;
}
#text {
word-break: break-word;
Expand Down

0 comments on commit fc9896e

Please sign in to comment.