Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
-.eg-grid-wrapper {
- overflow-x: auto;
+@media (max-width: 960px) {
+ .eg-grid-wrapper {
+ overflow-x: auto;
+ }
}
[role="region"][aria-labelledby][tabindex]:focus-visible {
.eg-grid {
width: 100%;
+ caption-side: top;
color: rgba(0,0,0,.87);
table-layout: auto;
white-space: normal;
}
+
+.eg-grid > :not(:first-child) {
+ border-top: revert;
+}
+
+.eg-grid caption {
+ color: #000;
+}
.eg-grid-row {
/* display: flex; */
}
.eg-grid-header-cell {
- font-weight: bold;
+ font-weight: 600;
white-space: normal;
}
/**/
}
+.eg-grid-col-barcode {
+ min-width: 14ch;
+}
+
.eg-grid-col-description,
.eg-grid-col-label {
min-width: 20ch;