fix tooltip

This commit is contained in:
antelle 2016-04-15 22:21:49 +03:00
parent 64cae9d354
commit 09afe56efa
1 changed files with 2 additions and 0 deletions

View File

@ -503,10 +503,12 @@
&__field-autocomplete {
position: absolute;
overflow: hidden;
@include common-dropdown;
&-item {
padding: $base-padding;
display: inline-block;
word-break: break-all;
@include area-selectable(bottom);
}
}