minimize count and visibility columns for better table alignments (#1636)
This commit is contained in:
@@ -58,3 +58,10 @@ td {
|
||||
.open-edit {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* allow minimized table columns, eg. customer team & visibility */
|
||||
th.w-min,
|
||||
td.w-min {
|
||||
width: 1%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user