Padding for the awesomplete dropdown

This commit is contained in:
JC Brand 2017-03-03 15:33:11 +01:00
parent 27a0560ad3
commit a4293b382c
2 changed files with 8 additions and 0 deletions

View File

@ -2337,6 +2337,9 @@
width: 25%;
width: -webkit-calc(30% - 1em);
width: calc(30% - 1em); }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants .awesomplete ul,
#conversejs .chatroom .box-flyout .chatroom-body .occupants .awesomplete ul {
padding: 0.2em; }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul,
#conversejs .chatroom .box-flyout .chatroom-body .occupants ul {
padding: 0.3em 0;

View File

@ -110,6 +110,11 @@
width: 25%;
@include calc(width, '30% - 1em');
}
.awesomplete {
ul {
padding: 0.2em;
}
}
ul {
padding: 0.3em 0;
overflow-x: hidden;