From 8a57f90b65879f58d2f6ca039dcbc7a8287ad912 Mon Sep 17 00:00:00 2001 From: John Sullivan Date: Mon, 11 Oct 2021 10:23:20 -0700 Subject: [PATCH] Prevent sporadic rounding of search input on iOS. (#4328) --- client/components/NetworkList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/NetworkList.vue b/client/components/NetworkList.vue index 3b2de503..444857de 100644 --- a/client/components/NetworkList.vue +++ b/client/components/NetworkList.vue @@ -141,6 +141,7 @@ color: #fff; background-color: rgba(255, 255, 255, 0.1); padding-right: 35px; + appearance: none; } .jump-to-input .input::placeholder {