Skip to content

Commit

Permalink
fix(Dialog): correct width's vars order (#1510)
Browse files Browse the repository at this point in the history
Co-authored-by: Valerii Sidorenko <[email protected]>
  • Loading branch information
saxumcordis and ValeraS authored Apr 12, 2024
1 parent f6237e1 commit f54da2d
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 @@ -9,7 +9,7 @@ $block: '.#{variables.$ns}dialog';
position: relative;
display: flex;
flex-direction: column;
width: var(--_--width, var(--g-dialog-width));
width: var(--g-dialog-width, var(--_--width));

&_has-scroll {
overflow-y: auto;
Expand Down

0 comments on commit f54da2d

Please sign in to comment.