From 2cb4f6b1fccc16375181c7875dfb99af2772681d Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 25 Jun 2018 13:54:34 +0100 Subject: [PATCH] Prevent horizontal scroll when palette name cannot wrap --- editor/sass/palette.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/sass/palette.scss b/editor/sass/palette.scss index 10fd60cad..e83f929e2 100644 --- a/editor/sass/palette.scss +++ b/editor/sass/palette.scss @@ -91,6 +91,7 @@ padding: 9px; font-weight: bold; padding-left: 30px; + overflow: hidden; } .palette-header > i { position: absolute;