From 1dad52eaadef2b7df1b0e50cda107e3ef6a08676 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 25 Oct 2018 13:28:05 +0300 Subject: [PATCH] graph legend: fix table padding --- public/sass/components/_panel_graph.scss | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/public/sass/components/_panel_graph.scss b/public/sass/components/_panel_graph.scss index 642cb3e9bcc..ac2d0c839ba 100644 --- a/public/sass/components/_panel_graph.scss +++ b/public/sass/components/_panel_graph.scss @@ -137,14 +137,9 @@ } .graph-legend-table { - table { - width: 100%; - } - tbody { - padding-bottom: 1px; - padding-right: 5px; - padding-left: 5px; - } + padding-bottom: 1px; + padding-right: 5px; + padding-left: 5px; .graph-legend-series { display: table-row;