Commit 02ce3133 authored by Eric Eastwood's avatar Eric Eastwood

Fix up emoji not being next to autocomplete label

Fixing some preexisting issues (Safari) and some new issues (Windows
Firefox)
parent e8b3ac43
......@@ -147,6 +147,9 @@
}
.atwho-view {
overflow-y: auto;
overflow-x: hidden;
small.description {
float: right;
padding: 3px 5px;
......@@ -162,4 +165,8 @@
@include disableAllAnimation;
}
}
ul > li {
white-space: nowrap;
}
}
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