fix(ui): style no entities messsage

pull/5945/head
Pavel Zavora 2022-06-16 20:20:24 +02:00
parent 8bf7baf1ab
commit a5ea4c6ff4
2 changed files with 6 additions and 5 deletions

View File

@ -113,11 +113,6 @@ tr.table-empty-state,
}
}
}
p.empty {
font-weight: 400;
font-size: 18px;
color: $g9-mountain;
}
/*
Table Tabs

View File

@ -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);
}