From 1f5037d2223029d859fbcd064d1a5da41817736a Mon Sep 17 00:00:00 2001 From: parag00991 Date: Mon, 14 Mar 2016 20:12:10 +0530 Subject: [PATCH] width increase for settings pane to display all options --- html/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/main.css b/html/css/main.css index 49dc47d..d9f176b 100644 --- a/html/css/main.css +++ b/html/css/main.css @@ -308,7 +308,7 @@ a { #settings > div { position: relative; - width:300px; + width: 380px; margin: 100px auto; background-color: #fff; border:1px solid #000;