diff --git a/src/widget/index.html b/src/widget/index.html
index b3ab12f..c1c291f 100644
--- a/src/widget/index.html
+++ b/src/widget/index.html
@@ -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;