Skip to content

Commit

Permalink
fix(Dialog): fix header paddings without close button
Browse files Browse the repository at this point in the history
  • Loading branch information
beliarh committed Apr 8, 2024
1 parent 7157c70 commit fc47e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dialog/Dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $block: '.#{variables.$ns}dialog';

#{$block} {
--_--side-padding: 32px;
--_--close-button-space: 0;
--_--close-button-space: 0px;

position: relative;
display: flex;
Expand Down

0 comments on commit fc47e16

Please sign in to comment.