diff --git a/ui/src/app/components/datasource-func.scss b/ui/src/app/components/datasource-func.scss index 9195afa0e8..bcf5e7b855 100644 --- a/ui/src/app/components/datasource-func.scss +++ b/ui/src/app/components/datasource-func.scss @@ -25,22 +25,22 @@ display: none; } } +} - .tb-func-datakey-autocomplete, - .tb-alarm-datakey-autocomplete { - .tb-not-found { - display: block; - height: 48px; - line-height: 1.5; +.tb-func-datakey-autocomplete, +.tb-alarm-datakey-autocomplete { + .tb-not-found { + display: block; + height: 48px; + line-height: 1.5; - .tb-no-entries { - line-height: 48px; - } - } - - li { - height: auto !important; - white-space: normal !important; + .tb-no-entries { + line-height: 48px; } } + + li { + height: auto !important; + white-space: normal !important; + } }