Commit a4293b38 authored by JC Brand's avatar JC Brand

Padding for the awesomplete dropdown

parent 27a0560a
...@@ -2337,6 +2337,9 @@ ...@@ -2337,6 +2337,9 @@
width: 25%; width: 25%;
width: -webkit-calc(30% - 1em); width: -webkit-calc(30% - 1em);
width: 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, #converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul,
#conversejs .chatroom .box-flyout .chatroom-body .occupants ul { #conversejs .chatroom .box-flyout .chatroom-body .occupants ul {
padding: 0.3em 0; padding: 0.3em 0;
......
...@@ -110,6 +110,11 @@ ...@@ -110,6 +110,11 @@
width: 25%; width: 25%;
@include calc(width, '30% - 1em'); @include calc(width, '30% - 1em');
} }
.awesomplete {
ul {
padding: 0.2em;
}
}
ul { ul {
padding: 0.3em 0; padding: 0.3em 0;
overflow-x: hidden; overflow-x: hidden;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment