Skip to content

Commit

Permalink
#8129 - fix marker position
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed May 21, 2024
1 parent 9dbdcd1 commit d7b3106
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/common-styles/sv-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
}

.sv-list__item-body {
position: relative;
width: 100%;
align-items: center;
box-sizing: border-box;
Expand Down Expand Up @@ -110,7 +111,8 @@
}

.sv-list-item__marker-icon {
float: right;
position: absolute;
right: calcSize(1);
flex-shrink: 0;
padding: calcSize(0.5);

Expand Down

0 comments on commit d7b3106

Please sign in to comment.