Skip to content

Commit

Permalink
fix: minor fix for styles [YTFRONT-4132]
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-efremoff committed Jun 27, 2024
1 parent cc6077e commit 09664b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dialog/Dialog/Dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
border-top: 1px solid var(--g-color-line-generic);
border-bottom: 1px solid var(--g-color-line-generic);

padding: 0px;
&.g-dialog-body {
padding: 0px;
}
}
}

Expand Down

0 comments on commit 09664b8

Please sign in to comment.