From 0fc06b6625a49c212c180286073812a2ed0be184 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 12 May 2016 21:10:41 +0100 Subject: [PATCH] Fix bullet point indentation in first-time tips dialog --- src/gui/html/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/html/css/style.css b/src/gui/html/css/style.css index a687df0e..9e60c136 100644 --- a/src/gui/html/css/style.css +++ b/src/gui/html/css/style.css @@ -163,6 +163,9 @@ li.warn { #progressDialog paper-progress { width: 100%; } +#firstRun > ul { + padding-left: 48px; +} /* For Material Design generic dividers. */ .divider {