ThumbNavigation: fix truncated notification counter

This commit is contained in:
Alex Gleason
2021-10-15 10:47:18 -05:00
parent db741effc6
commit 6d88f200f1

View File

@ -96,7 +96,8 @@
}
.icon-with-counter__counter {
right: -8px;
right: -7px;
top: -5px;
}
}