Skip to content

Commit

Permalink
[Emptystate] Fix page mod content padding (#3031)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremie-lucca authored Aug 23, 2024
1 parent 77c3650 commit bf620c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scss/src/components/emptyState/component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

.emptyState-content-text {
padding: 0 var(--pr-t-spacings-50);
padding-inline: var(--pr-t-spacings-50);
}

.emptyState-content-heading {
Expand Down
4 changes: 4 additions & 0 deletions packages/scss/src/components/emptyState/mods.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
box-shadow: 0 0 8px 4px var(--components-emptyState-background-color);
}

.emptyState-content-text {
padding: 0;
}

.emptyState-content-heading {
@include title.h1;

Expand Down

0 comments on commit bf620c5

Please sign in to comment.