From 1e100d1bf176eb57ba23d3ba2583134feaae43c0 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 13 Jan 2020 08:45:08 -0500 Subject: [PATCH] list height fix --- src/scss/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/styles.scss b/src/scss/styles.scss index 74a0903481..80951953bb 100644 --- a/src/scss/styles.scss +++ b/src/scss/styles.scss @@ -379,7 +379,7 @@ input[type="search"]::-webkit-search-cancel-button { width: 76px; max-width: 76px; text-align: right; - height: 48px; + height: 50px; &.wider { width: 100px;