From 77bed75cfda110f4fcf2475767fc5990fc520d54 Mon Sep 17 00:00:00 2001 From: Chrissi2812 Date: Fri, 7 Dec 2018 10:54:05 +0100 Subject: [PATCH] fixed jumping on table resize-handler show --- examples/Components/App/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Components/App/style.scss b/examples/Components/App/style.scss index 4466a809..8a877b66 100644 --- a/examples/Components/App/style.scss +++ b/examples/Components/App/style.scss @@ -92,8 +92,8 @@ vertical-align: top; box-sizing: border-box; position: relative; - p { - margin: 0; + > * { + margin-bottom: 0; } } th {