Skip to content

Commit

Permalink
fix inaccurate positioning of BitSnackBar items bitfoundation#9085
Browse files Browse the repository at this point in the history
  • Loading branch information
msynk committed Nov 2, 2024
1 parent ce9e6cb commit 30ee5ef
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@

.bit-snb-tst {
top: spacing(1);
inset-inline-start: spacing(1);
inset-inline: spacing(1);
}

.bit-snb-tcn {
Expand All @@ -177,12 +177,12 @@
.bit-snb-ten {
top: spacing(1);
align-items: flex-end;
inset-inline-end: spacing(1);
inset-inline: spacing(1);
}

.bit-snb-bst {
bottom: spacing(1);
inset-inline-start: spacing(1);
inset-inline: spacing(1);
}

.bit-snb-bcn {
Expand All @@ -194,5 +194,5 @@
.bit-snb-ben {
bottom: spacing(1);
align-items: flex-end;
inset-inline-end: spacing(1);
inset-inline: spacing(1);
}

0 comments on commit 30ee5ef

Please sign in to comment.