This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
im-changing.ru
/
converse.js
réplica de
https://github.com/conversejs/converse.js.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Improve rendering of add-muc autocomplete suggestions
JC Brand
%!s(int64=2) %!d(string=hai) anos
pai
8ae4b6abd4
achega
a74bbd093f
Modificáronse 1 ficheiros
con
4 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
4
0
src/plugins/muc-views/styles/add-muc-modal.scss
+ 4
- 0
src/plugins/muc-views/styles/add-muc-modal.scss
Ver ficheiro
@@ -4,5 +4,9 @@
height: 10em;
overflow: auto;
}
+
+ .suggestion-box ul li {
+ display: block;
+ }
}
}