Commit b185080ae9f8594df635fab1d6e9a0a62963bc00
Committed by
GitHub
Merge pull request #1808 from vvlladd28/improvement/fix_bugs_after_merge
Improvement/fix bugs after merge
Showing
3 changed files
with
15 additions
and
15 deletions
... | ... | @@ -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 | } | ... | ... |