Fix disappearing table on empty result set

This commit is contained in:
Andras Schmelczer 2022-07-11 15:37:47 +02:00
parent 6d57622ce3
commit 7aeb015bb1
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
2 changed files with 14 additions and 7 deletions

View file

@ -1,7 +1,7 @@
:root {
--background-color: #edf5f6;
--dark-background-color: #e7eced;
--light-text-color: #9a9fa0;
--light-text-color: #747879;
--small-padding: 10px;
--medium-padding: 20px;
--large-padding: 40px;