Increase the max width and reduce the min width of the feature search field

This commit is contained in:
Quincy Morgan
2019-03-08 11:46:24 -05:00
parent 9216c93334
commit 9869b1bcbb
+2 -2
View File
@@ -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 {