From 535373841c1e313b2ea947001861268b496505b0 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 1 May 2017 01:53:40 +0530 Subject: [PATCH] fix width of title input. --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 6f10725..c13cf0c 100644 --- a/src/style.css +++ b/src/style.css @@ -373,7 +373,7 @@ li.CodeMirror-hint-active { background: none; border: 0; color: rgba(255,255,255,0.6); - width: calc(100vw - 420px); + width: calc(100vw - 440px); } .search-input { background: rgba(255, 255, 255, 0.1);