diff --git a/style/css/instance.css b/style/css/instance.css
index 92bf04451fc62340d480028e924f70ec970db3cd..c2ffcddffb55fb8cf798bf29be1568d45e445ab7 100644
--- a/style/css/instance.css
+++ b/style/css/instance.css
@@ -64,6 +64,11 @@ input[type="color"]:focus,
 #filterInput {
     background-color: #2b3e50 !important;
     color: white !important;
+    line-height: 30;
+}
+#filterInput input[type="text"],
+#filterInput textarea {
+    box-sizing:border-box !important;
 }
 
 .form-control {