This website works better with JavaScript
Home
Explore
Help
Register
Sign In
im-changing.ru
/
converse.js
mirror of
https://github.com/conversejs/converse.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Improve rendering of add-muc autocomplete suggestions
JC Brand
2 years ago
parent
8ae4b6abd4
commit
a74bbd093f
1 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
4
0
src/plugins/muc-views/styles/add-muc-modal.scss
+ 4
- 0
src/plugins/muc-views/styles/add-muc-modal.scss
View File
@@ -4,5 +4,9 @@
height: 10em;
height: 10em;
overflow: auto;
overflow: auto;
}
}
+
+ .suggestion-box ul li {
+ display: block;
+ }
}
}
}
}