Improve style not found message to function entity

This commit is contained in:
Vladyslav_Prykhodko 2019-06-26 11:20:29 +03:00
parent a70cbda1f9
commit 2092eadcc6

View File

@ -25,22 +25,22 @@
display: none; display: none;
} }
} }
}
.tb-func-datakey-autocomplete, .tb-func-datakey-autocomplete,
.tb-alarm-datakey-autocomplete { .tb-alarm-datakey-autocomplete {
.tb-not-found { .tb-not-found {
display: block; display: block;
height: 48px; height: 48px;
line-height: 1.5; line-height: 1.5;
.tb-no-entries { .tb-no-entries {
line-height: 48px; line-height: 48px;
}
}
li {
height: auto !important;
white-space: normal !important;
} }
} }
li {
height: auto !important;
white-space: normal !important;
}
} }