From bfbc535f41a6089180b4595bc8591c69374ef7ba Mon Sep 17 00:00:00 2001 From: Kiley Dorton Date: Mon, 24 Jul 2017 20:46:26 -0400 Subject: [PATCH] Fix small typo in .Settings CSS rule Removed a second % from the width property --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 248e88f..b7d1952 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -80,7 +80,7 @@ span.control:hover { box-sizing: border-box; padding: .75em; position: absolute; - width: 36%%; + width: 36%; background-color: inherit; right: 0; border-bottom-left-radius: 1em;