From: Dan Brown Date: Thu, 30 Jul 2015 21:44:58 +0000 (+0100) Subject: Fixed minor issue with large images again X-Git-Tag: v0.5.0~95 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/1e2f5ded38e03a4e429dba4d68e5ebdc134dfe84?ds=inline Fixed minor issue with large images again --- diff --git a/resources/assets/sass/styles.scss b/resources/assets/sass/styles.scss index ac22ab4c8..9667eab03 100644 --- a/resources/assets/sass/styles.scss +++ b/resources/assets/sass/styles.scss @@ -101,6 +101,7 @@ ul.menu { } img { max-width: 100%; + height:auto; } } @@ -365,4 +366,4 @@ body.dragging, body.dragging * { } .sortable-page-list li.placeholder:before { position: absolute; -} \ No newline at end of file +}