From 4b1fadf20d56f5885c4dfb40c9421f9cf2183617 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Wed, 29 Aug 2018 11:42:17 +0200 Subject: [PATCH] mgr/dashboard: Add gap between panel footer buttons In forms there was no gap between the panel footer buttons. Signed-off-by: Volker Theile --- src/pybind/mgr/dashboard/frontend/src/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/styles.scss b/src/pybind/mgr/dashboard/frontend/src/styles.scss index a4b5cd474cb7c..799281e0ac600 100644 --- a/src/pybind/mgr/dashboard/frontend/src/styles.scss +++ b/src/pybind/mgr/dashboard/frontend/src/styles.scss @@ -286,6 +286,10 @@ uib-accordion .panel-title, padding-left: 4px; vertical-align: text-top; } +/* Panel */ +.panel-footer button.btn:not(:first-child) { + margin-left: 5px; +} /* Modal dialog */ .modal-footer button.btn:not(:first-child) { margin-left: 5px; -- 2.39.5