Commit b185080ae9f8594df635fab1d6e9a0a62963bc00

Authored by Igor Kulikov
Committed by GitHub
2 parents 1c394a42 2092eadc

Merge pull request #1808 from vvlladd28/improvement/fix_bugs_after_merge

Improvement/fix bugs after merge
... ... @@ -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 }
... ...
... ... @@ -1642,7 +1642,7 @@
1642 1642 "ja_JA": "Японский",
1643 1643 "fa_IR": "Персидский",
1644 1644 "uk_UA": "Украинский",
1645   - "cs_CZ": "чешском"
  1645 + "cs_CZ": "Чешский"
1646 1646 }
1647 1647 }
1648 1648 }
\ No newline at end of file
... ...
... ... @@ -2183,7 +2183,7 @@
2183 2183 "de_DE": "Німецька",
2184 2184 "uk_UA": "Українська",
2185 2185 "fa_IR": "Перська",
2186   - "cs_CZ": "чеській"
  2186 + "cs_CZ": "Чеська"
2187 2187 }
2188 2188 }
2189 2189 }
... ...