Browse Source

Improve rendering of add-muc autocomplete suggestions

JC Brand 2 years ago
parent
commit
a74bbd093f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/plugins/muc-views/styles/add-muc-modal.scss

+ 4 - 0
src/plugins/muc-views/styles/add-muc-modal.scss

@@ -4,5 +4,9 @@
             height: 10em;
             height: 10em;
             overflow: auto;
             overflow: auto;
         }
         }
+
+        .suggestion-box ul li {
+            display: block;
+        }
     }
     }
 }
 }