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 {