Skip to content

Commit

Permalink
fix(accessLogsExport): add padding to the 'Log Out of All Devices' bu…
Browse files Browse the repository at this point in the history
…tton on the Security page TASK-1510 (#5482)

### 👀 Preview steps

Bug template:
1. ℹ️ have an account and a project
2. Navigate to the Security page
3. 🔴 [on main] notice that the "Log out of all devices" button is
running into the export button
4. 🟢 [on PR] notice that the "Log out of all devices" button is properly
padded
  • Loading branch information
RuthShryock authored Feb 4, 2025
1 parent acfc1da commit 8c43ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsapp/js/account/security/securityRoute.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ h2.securityHeaderText {

.securityHeaderActions {
@include mixins.centerRowFlex;
padding-right: 15px;
}

// Shared styles for sections
Expand Down

0 comments on commit 8c43ee4

Please sign in to comment.