Skip to content

Commit

Permalink
fix(ChangelogModal): fix sizes and margins (#310)
Browse files Browse the repository at this point in the history
Co-authored-by: Maksim Sitnikov <[email protected]>
  • Loading branch information
imsitnikov and imsitnikov authored Aug 18, 2022
1 parent 4a8795b commit d6e0cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/ChangelogDialog/ChangelogDialog.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '../variables';

$block: '.#{variables.$ns}changelog-dialog';
$width: 720px;
$width: 732px;
$maxItemsHeight: 70vh;

#{$block} {
Expand Down
4 changes: 2 additions & 2 deletions src/components/ChangelogDialog/components/Item/Item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@use '../../../../../styles/mixins';

$block: '.#{variables.$ns}changelog-dialog-item';
$metaWidth: 110px;
$metaWidth: 124px;

#{$block} {
display: flex;
Expand All @@ -22,7 +22,7 @@ $metaWidth: 110px;

&__content {
flex: 1;
margin-left: 14px;
margin-left: 16px;
}

&__title {
Expand Down

0 comments on commit d6e0cae

Please sign in to comment.