From fc4b5f72db66009b288f981156308b0331fabaf4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 5 Jan 2018 17:43:50 +0100 Subject: [PATCH] css: for some reason div.m-scroll was missing from here. --- css/m-components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/m-components.css b/css/m-components.css index d5af0c07..a1c8014d 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -1403,7 +1403,7 @@ p:last-child, ul:last-child, ol:last-child, dl:last-child, blockquote:last-child pre:last-child, figure.m-code-figure:last-child, figure.m-console-figure:last-child, hr:last-child, article:last-child, article section:last-child, .m-note:last-child, .m-frame:last-child, .m-block:last-child, -div.m-button:last-child, table.m-table:last-child, +div.m-button:last-child, div.m-scroll:last-child, table.m-table:last-child, img.m-image:last-child, svg.m-image:last-child, div.m-image:last-child, figure.m-figure:last-child, .m-imagegrid:last-child, div.m-math:last-child { margin-bottom: 0; -- 2.30.2