From 0ddb9e0eb9dc1d88b24df3157e767dc4da735a55 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 3 Jul 2016 19:11:02 -0700 Subject: [PATCH] Remove padding on more info content Fixes #44 --- src/dialogs/more-info-dialog.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/dialogs/more-info-dialog.html b/src/dialogs/more-info-dialog.html index 9cd13c4851..fdcf087e79 100644 --- a/src/dialogs/more-info-dialog.html +++ b/src/dialogs/more-info-dialog.html @@ -15,6 +15,12 @@ font-size: 14px; } + paper-dialog-scrollable { + --paper-dialog-scrollable: { + padding: 0; + }; + } + state-history-charts { position: relative; z-index: 1;