Compare commits
2 Commits
ea5d2b4357
...
f6a7415a52
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6a7415a52 | ||
|
|
d794d4031a |
@ -182,8 +182,10 @@
|
||||
/* ---- Updates: expandable rows ------------------------------------------- */
|
||||
/* 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
|
||||
into a narrow right-hand grid column. */
|
||||
.ov-row { padding: 0; display: block; }
|
||||
into a narrow right-hand grid column. Two-class selector so it outranks
|
||||
.updater-row's `display:grid` regardless of stylesheet load order. */
|
||||
.ov-row { padding: 0; }
|
||||
.updater-row.ov-row { display: block; }
|
||||
.ov-row-head {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user