Skip to content

Commit be0d278

Browse files
nicoback2nicoback
andauthored
[C-2930] Fix extra space after username in tip to unlock modal (#3845)
Co-authored-by: Nikki Kang <[email protected]>
1 parent f5320be commit be0d278

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/web/src/components/track/GiantTrackTile.module.css

+4
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@
320320
margin-right: 0px !important; /* to override the !important in UserBadges */
321321
}
322322

323+
.noContentBadgeIcon {
324+
margin-left: 0;
325+
}
326+
323327
.badgeAi {
324328
background: linear-gradient(
325329
180deg,

packages/web/src/components/track/PremiumTrackSection.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ export const PremiumTrackSection = ({
710710
<UserBadges
711711
userId={entity.user_id}
712712
className={styles.badgeIcon}
713+
noContentClassName={styles.noContentBadgeIcon}
713714
badgeSize={14}
714715
useSVGTiers
715716
/>

0 commit comments

Comments
 (0)