fix(accounts): fine tune action alignment
Shift the centered Action header and account row menus eight pixels within the flexible final grid track without moving the track or expanding scrollable overflow. Lock the exact inner alignment in the focused account layout regression test.
This commit is contained in:
@@ -674,6 +674,11 @@
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
.settings-account-table-grid > .settings-account-column-actions,
|
||||
.settings-account-row > .settings-account-column-actions {
|
||||
padding-left: 27px;
|
||||
}
|
||||
|
||||
.settings-account-hoster {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user