From eaa84207a272644428aa9b6c41835e6279bebdf6 Mon Sep 17 00:00:00 2001 From: Markus Grigull Date: Fri, 4 May 2018 13:05:49 +0200 Subject: [PATCH] Add spacing between table-plot buttons and plot axis --- src/styles/widgets.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/widgets.css b/src/styles/widgets.css index e1f16ca..e364a81 100644 --- a/src/styles/widgets.css +++ b/src/styles/widgets.css @@ -155,6 +155,7 @@ div[class*="-widget"] .btn[disabled], .btn.disabled, div[class*="-widget"] input display: flex; flex-direction: column; justify-content: center; + margin-right: 10px; } .plot-table-widget small {