Skip to content

Commit

Permalink
Align content with title on connection cards
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeyGuyDylan committed Sep 27, 2024
1 parent b19dae1 commit 9b3efeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/plugins/jetpack/_inc/client/at-a-glance/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ a.jp-dash-item__manage-in-wpcom,
border-radius: 4px;

.jp-dash-item__card {
padding: 16px;
padding: 16px 16px 16px 24px;
}

.jp-dash-item__content {
Expand All @@ -743,7 +743,7 @@ a.jp-dash-item__manage-in-wpcom,
padding: 0;

&__title {
padding: 0 0.5rem;
padding: 0 0 0 0.5rem;
}
}

Expand Down

0 comments on commit 9b3efeb

Please sign in to comment.