Parcourir la source

fix image rendering in IE11 (#1011)

ChaosKid42 il y a 7 ans
Parent
commit
c354dfde80
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      sass/_chatbox.scss

+ 2 - 0
sass/_chatbox.scss

@@ -150,6 +150,8 @@
                 }
             }
             .chat-image {
+                height: auto;
+                width: auto;
                 max-height: 24em;
                 max-width: 100%;
             }