fix(web): keep grab on the row at every width

This commit is contained in:
Miguel Palhas
2026-08-23 11:26:07 +01:00
parent 9f0ccb0416
commit 24be8eb8d2
+2 -6
View File
@@ -1185,12 +1185,8 @@ body {
flex-basis: 100%;
}
/* the row and the column header must wrap at the same width, so the
grab control drops below the line instead of narrowing it */
.rel-line {
flex-basis: 100%;
}
/* the line shrinks rather than wrapping, so the grab control never
leaves the row — the release name absorbs the squeeze via ellipsis */
.rel-grab {
margin-left: auto;
}