Skip to content

Commit

Permalink
fix(core): Dialog fix padding (#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Nov 3, 2022
1 parent 1fc6ee6 commit 0a68461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/core/components/dialog/dialog.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
margin: auto 0 0;

.t-content {
padding: 2rem 1.5rem;
padding: 1.5rem;
}

.t-heading {
Expand Down

0 comments on commit 0a68461

Please sign in to comment.