From 2154b13a919a559f84e3db7979772ee3ea86f65c Mon Sep 17 00:00:00 2001
From: Sean Yesmunt <sean@lbry.io>
Date: Mon, 16 Sep 2019 01:48:44 -0400
Subject: [PATCH] fix style

---
 src/ui/scss/component/_form-field.scss | 18 ------------------
 src/ui/scss/component/_wunderbar.scss  |  4 ++++
 2 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/src/ui/scss/component/_form-field.scss b/src/ui/scss/component/_form-field.scss
index 18ff26fe9..b75324386 100644
--- a/src/ui/scss/component/_form-field.scss
+++ b/src/ui/scss/component/_form-field.scss
@@ -320,21 +320,3 @@ fieldset-section {
 .form-field--address {
   width: 370px;
 }
-
-.form-field--channel-search {
-  &:not(:last-child) {
-    margin-bottom: 0;
-  }
-
-  input {
-    margin-bottom: 0;
-
-    &:not(:hover) {
-      border: 1px solid $lbry-gray-5;
-    }
-
-    &:hover {
-      border: 1px solid $lbry-white;
-    }
-  }
-}
diff --git a/src/ui/scss/component/_wunderbar.scss b/src/ui/scss/component/_wunderbar.scss
index 0832890e5..bbda27414 100644
--- a/src/ui/scss/component/_wunderbar.scss
+++ b/src/ui/scss/component/_wunderbar.scss
@@ -29,6 +29,10 @@
   flex: 0;
   margin-right: 0;
   color: $lbry-black;
+
+  fieldset-section {
+    width: 15rem;
+  }
 }
 
 .wunderbar__active-suggestion {