Skip to content

Commit

Permalink
Fix cta spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeyGuyDylan committed Sep 27, 2024
1 parent 2f2231d commit a826d8f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion projects/plugins/jetpack/_inc/client/at-a-glance/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,10 @@ a.jp-dash-item__manage-in-wpcom,
}

.jp-dash-item.jp-connection-type {
.jp-dash-item__card {
padding: 16px;
}

.jp-dash-item__content {
display: block;
}
Expand All @@ -736,7 +740,11 @@ a.jp-dash-item__manage-in-wpcom,
padding: 0;

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

.dops-banner.dops-card {
display: block;
}
}

0 comments on commit a826d8f

Please sign in to comment.