.eg-grid td {
vertical-align: top;
- /*
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- /**/
+ white-space: normal;
+ word-break: break-all;
}
.eg-grid-col-utilities col {
- min-width: 2em;
- max-width: 8ch;
+ min-width: 4ch;
}
.eg-grid-checkbox-cell,
font-variant-numeric: tabular-nums lining-nums;
}
-.eg-grid-col-name {
- min-width: 10ch;
+.eg-grid td.eg-grid-number-cell {
white-space: nowrap;
+}
+
+.eg-grid-col-name {
+ width: 30ch;
+ hyphens: none !important;
/* use with <wbr> before periods: */
/*
overflow-wrap: break-word;
}
.eg-grid-col-barcode {
- min-width: 14ch;
+ width: 16ch;
}
.eg-grid-col-description,
.eg-grid-col-label {
- min-width: 20ch;
+ width: 20ch;
}
/* <td> only, not the headers */
td.eg-grid-col-url,
td.eg-grid-col-email {
+ hyphens: none !important;
overflow-wrap: anywhere;
word-break: break-all;
}
\ No newline at end of file