소스 검색

fix image rendering in IE11 (#1011)

ChaosKid42 7 년 전
부모
커밋
c354dfde80
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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%;
             }