diff --git a/ui/src/style/components/tables.scss b/ui/src/style/components/tables.scss index e7db2e581..7d357196b 100644 --- a/ui/src/style/components/tables.scss +++ b/ui/src/style/components/tables.scss @@ -113,11 +113,6 @@ tr.table-empty-state, } } } -p.empty { - font-weight: 400; - font-size: 18px; - color: $g9-mountain; -} /* Table Tabs diff --git a/ui/src/style/pages/admin.scss b/ui/src/style/pages/admin.scss index e201c05d6..ef5b93753 100644 --- a/ui/src/style/pages/admin.scss +++ b/ui/src/style/pages/admin.scss @@ -153,6 +153,12 @@ pre.admin-table--query { padding: 0 30px; min-height: 60px; } + p.empty { + font-weight: 400; + font-size: 18px; + color: $g9-mountain; + } + .influxdb-admin--contents{ height: calc(100%-60px); }