fix table styling fixed with

This commit is contained in:
Jonas Heinrich 2020-10-21 10:05:18 +02:00
parent 6101ac76fe
commit 1b0eb9a82a

View File

@ -79,6 +79,7 @@ export default {
table {
width: 100%;
min-width: 250px;
table-layout:fixed;
thead {
background-color: var(--color-main-background-translucent);