Compare commits

..

No commits in common. "f6a7415a52875c3f0a7de2a75930486e22579c08" and "ea5d2b435717d17414f269014c2eaa1c8c197610" have entirely different histories.

View File

@ -182,10 +182,8 @@
/* ---- Updates: expandable rows ------------------------------------------- */ /* ---- Updates: expandable rows ------------------------------------------- */
/* Block (not the inherited .updater-row 3-col grid) so the head sits on top and /* Block (not the inherited .updater-row 3-col grid) so the head sits on top and
the expanded detail body spans the full row width instead of being squeezed the expanded detail body spans the full row width instead of being squeezed
into a narrow right-hand grid column. Two-class selector so it outranks into a narrow right-hand grid column. */
.updater-row's `display:grid` regardless of stylesheet load order. */ .ov-row { padding: 0; display: block; }
.ov-row { padding: 0; }
.updater-row.ov-row { display: block; }
.ov-row-head { .ov-row-head {
display: flex; display: flex;
align-items: center; align-items: center;