Skip to content

Commit

Permalink
fix list item height & inner popup position
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed May 31, 2024
1 parent 93a895c commit c48be5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common-styles/sv-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
.sv-list__item--with-icon.sv-list__item--with-icon {
padding: 0;

.sv-list__item-body {
& > .sv-list__item-body {
padding-top: calcSize(1.5);
padding-bottom: calcSize(1.5);
gap: calcSize(2);
Expand Down
2 changes: 1 addition & 1 deletion src/common-styles/sv-popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sv-popup {
}

.sv-popup-inner .sv-popup__container {
margin-top: calcSize(-1);
margin-top: calcSize(-0.5);
}

.sv-popup__container {
Expand Down

0 comments on commit c48be5d

Please sign in to comment.