mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-24 12:57:55 +02:00
adjust fixed-width columns on the Item Detail list and prevent text wrapping
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user