adjust fixed-width columns on the Item Detail list and prevent text wrapping

This commit is contained in:
jeffvli
2026-02-10 21:52:22 -08:00
parent 83f73c7fa9
commit 551d705ee1
2 changed files with 7 additions and 4 deletions
@@ -56,6 +56,7 @@
.tracks-table-header {
display: flex;
flex-shrink: 0;
flex-wrap: nowrap;
align-items: center;
width: 100%;
@@ -80,12 +81,14 @@
.track-header-cell {
position: relative;
display: flex;
flex-wrap: nowrap;
align-items: center;
min-width: 0;
min-height: 60%;
padding-right: var(--theme-spacing-sm);
padding-left: var(--theme-spacing-sm);
overflow: visible;
white-space: nowrap;
}
.track-header-cell-no-h-padding {