From 9869b1bcbbe4c158145660da2c0ee235dc89a167 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 8 Mar 2019 11:46:24 -0500 Subject: [PATCH] Increase the max width and reduce the min width of the feature search field --- css/80_app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 8163781a2..c644ad185 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -598,8 +598,8 @@ button.add-note svg.icon { .search-add .search-wrap { position: relative; width: 100%; - min-width: 200px; - max-width: 250px; + min-width: 150px; + max-width: 300px; border-radius: 20px 4px 4px 20px; } .search-add .search-wrap.focused .tooltip {