Commit 944cfb0
committed
fix(admin-servers): vertically align Server ID value with its label
Follow-up to #1523. The Server ID row's <dd> is a flex container whose
copy button (btn--xs, 1.5rem) makes the row taller than one line of
text, while the sibling <dt> label inherited the grid's default
align-items:stretch and sat top-aligned, so the ID read as dropped
below its "Server ID" label. Add align-items:center to the card's inner
<dl> so every label/value pair lines up on the same vertical level; the
single-line Mod/Players/Map rows are unaffected (center vs stretch is a
no-op at equal height).1 parent 0ddfb14 commit 944cfb0
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
154 | 163 | | |
155 | 164 | | |
156 | 165 | | |
| |||
0 commit comments