Improve rendering of add-muc autocomplete suggestions

This commit is contained in:
JC Brand 2022-08-26 22:58:38 +02:00
parent 8ae4b6abd4
commit a74bbd093f

View File

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