minimize column name cell in record view

This commit is contained in:
lana-k
2025-03-26 21:50:55 +01:00
parent 5a805fba80
commit 43b6110c28
@@ -220,5 +220,6 @@ table.sqliteviz-table {
.column-cell { .column-cell {
max-width: 150px; max-width: 150px;
width: 0;
} }
</style> </style>