1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

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

View File

@@ -220,5 +220,6 @@ table.sqliteviz-table {
.column-cell { .column-cell {
max-width: 150px; max-width: 150px;
width: 0;
} }
</style> </style>