Skip to content

Commit

Permalink
Add spacing to unglue buttons when no domain exist. (#98123)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne authored Jan 13, 2025
1 parent 03273db commit 8fb4a2c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions client/my-sites/email/email-management/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,15 @@
}

.empty-content__title,
.empty-content__line,
.empty-content__action {
.empty-content__line {
margin-top: 32px;
}

.empty-content__action {
margin-right: 8px;
margin-left: 8px;
margin-bottom: 16px;
}
}
}

Expand Down

0 comments on commit 8fb4a2c

Please sign in to comment.