# HG changeset patch # User Guido Berhoerster # Date 1567768608 -7200 # Node ID dc25aa2bc62889fcb3a2c34dd4cf94c9354fca76 # Parent f72cbd59b31c6eeb530ae459ebac9b76ecd026f6 Revert flexbox layout from extension.css in the entry style sheet This reverts laying out the contents of the body according to the flexbox model since it has, among other things, the unwanted effect of stretching images. diff -r f72cbd59b31c -r dc25aa2bc628 web_resources/style/entry-content.css --- a/web_resources/style/entry-content.css Fri Jul 05 13:44:13 2019 +0200 +++ b/web_resources/style/entry-content.css Fri Sep 06 13:16:48 2019 +0200 @@ -18,6 +18,7 @@ -webkit-user-select: auto; user-select: auto; cursor: auto; + display: unset; } body {