gui: Adjust table column width to content size (fixes #4531) (#5565)

This commit is contained in:
otbutz
2019-04-18 18:35:44 +02:00
committed by Jakob Borg
parent 32ee8d783d
commit 952c8becf5
2 changed files with 15 additions and 3 deletions

View File

@@ -124,6 +124,18 @@ table.table-condensed td.no-overflow-ellipse {
white-space: normal;
}
table.table-auto {
table-layout: auto;
}
table.table-auto th {
width: 1px;
}
table.table-auto td {
max-width: 0px;
}
.folder-advanced {
padding: 1rem;
margin-bottom: 15px;