Commit be05608
committed
Fix text alignment in invocation grid rows
Fixes #21143 — three alignment issues on the Workflow Invocations grid:
Grid cells used the browser default vertical-align: middle, so when the
History column wrapped to multiple lines, other columns' content floated
to the vertical center. Added align-top to td elements in GridList.
SwitchToHistoryLink's flex container used space-between and center, which
pushed the archive/purge icon far right and vertically centered it. Switched
to baseline and dropped space-between.
GLink renders as a button when no href/to is provided, and browsers default
buttons to text-align: center. Used a scoped deep selector to override this
on the history link so wrapped text stays left-aligned.1 parent d77ed6e commit be05608
File tree
2 files changed
+6
-3
lines changed- client/src/components
- Grid
- History
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
136 | 139 | | |
137 | 140 | | |
0 commit comments