]> BookStack Code Mirror - bookstack/commitdiff
Fixed minor issue with large images again
authorDan Brown <redacted>
Thu, 30 Jul 2015 21:44:58 +0000 (22:44 +0100)
committerDan Brown <redacted>
Thu, 30 Jul 2015 21:44:58 +0000 (22:44 +0100)
resources/assets/sass/styles.scss

index ac22ab4c852c236bb351e0e5e73bebb6e3ee4b74..9667eab036f15c0e874add5ea8834f32eec632bd 100644 (file)
@@ -101,6 +101,7 @@ ul.menu {
   }
   img {
     max-width: 100%;
   }
   img {
     max-width: 100%;
+    height:auto;
   }
 }
 
   }
 }
 
@@ -365,4 +366,4 @@ body.dragging, body.dragging * {
 }
 .sortable-page-list li.placeholder:before {
   position: absolute;
 }
 .sortable-page-list li.placeholder:before {
   position: absolute;
-}
\ No newline at end of file
+}