From abe75c9744a489795a39af2d0141f935bb0dfa58 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Thu, 13 Oct 2016 21:40:26 -0700 Subject: [PATCH] Change git remote/branch textbox width --- data/interfaces/default/css/plexpy.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index 23f6014c..0e50486a 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -3143,8 +3143,8 @@ a:hover .overlay-refresh-image:hover { border-bottom-color: transparent; } .git-group input.form-control { - width: 40%; + width: 50%; } .git-group select.form-control { - width: 60%; + width: 50%; } \ No newline at end of file