From 3b08c474f09f3a3cb0cfe3310f262e88ed6e00bb Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Thu, 21 Feb 2019 10:35:18 +0800 Subject: [PATCH] fix: prevent input overflow --- src/content.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content.less b/src/content.less index 72a6c60..d3fe412 100644 --- a/src/content.less +++ b/src/content.less @@ -362,6 +362,11 @@ &-section { padding-bottom: 10px; } + + /* inputs for access token & shortcut were too wide */ + input.form-control { + min-width: 100px; + } } .access-token { border-bottom: none; // prevent overwrite by github style