Commit 2092eadcc659d499f0c3c76f0f90557d853b4912

Authored by Vladyslav_Prykhodko
1 parent a70cbda1

Improve style not found message to function entity

... ... @@ -25,22 +25,22 @@
25 25 display: none;
26 26 }
27 27 }
  28 +}
28 29
29   - .tb-func-datakey-autocomplete,
30   - .tb-alarm-datakey-autocomplete {
31   - .tb-not-found {
32   - display: block;
33   - height: 48px;
34   - line-height: 1.5;
  30 +.tb-func-datakey-autocomplete,
  31 +.tb-alarm-datakey-autocomplete {
  32 + .tb-not-found {
  33 + display: block;
  34 + height: 48px;
  35 + line-height: 1.5;
35 36
36   - .tb-no-entries {
37   - line-height: 48px;
38   - }
  37 + .tb-no-entries {
  38 + line-height: 48px;
39 39 }
  40 + }
40 41
41   - li {
42   - height: auto !important;
43   - white-space: normal !important;
44   - }
  42 + li {
  43 + height: auto !important;
  44 + white-space: normal !important;
45 45 }
46 46 }
... ...