From 776f55dc803a1c22c880b826a231f65fde1a14d4 Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Tue, 25 Sep 2018 11:14:44 +0200 Subject: [PATCH 1/2] fix: Legend to the right, as table, should follow the width prop. Removing css conflicting with baron's width calculation. #13312 --- public/sass/components/_panel_graph.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/sass/components/_panel_graph.scss b/public/sass/components/_panel_graph.scss index 72f3ca3dbbe..8049a2c3107 100644 --- a/public/sass/components/_panel_graph.scss +++ b/public/sass/components/_panel_graph.scss @@ -17,10 +17,6 @@ padding-left: 0px; } - .graph-legend-table { - width: auto; - } - .graph-legend-table .graph-legend-series { display: table-row; } From 46405288570acc4eb02746eeebaabe4ea6c9324b Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Tue, 25 Sep 2018 11:17:26 +0200 Subject: [PATCH 2/2] Remove non-existing css prop --- public/sass/components/_panel_graph.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/public/sass/components/_panel_graph.scss b/public/sass/components/_panel_graph.scss index 8049a2c3107..01fcc5a3e64 100644 --- a/public/sass/components/_panel_graph.scss +++ b/public/sass/components/_panel_graph.scss @@ -31,7 +31,6 @@ } .datapoints-warning { - pointer: none; position: absolute; top: 50%; left: 50%;