fix(accounts): nudge action controls right
Move the visible Action header and each row menu together six pixels toward the table edge while preserving the fixed action-column width and alignment. Add focused coverage for the shared offset.
This commit is contained in:
@@ -674,6 +674,10 @@
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
.settings-account-column-actions {
|
||||
transform: translateX(6px);
|
||||
}
|
||||
|
||||
.settings-account-hoster {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user