🐛 Mobile category calendar day text wrapping

This commit is contained in:
Tagaishi
2023-08-07 01:29:37 +02:00
parent 7d18a51d02
commit 04792bc749

View File

@@ -104,7 +104,7 @@ export const CalendarDay = ({ date, medias, size }: CalendarDayProps) => {
position="bottom-end"
medias={medias.musics}
>
<div style={{ textAlign: 'center' }}>{date.getDate()}</div>
<div style={{ textAlign: 'center', whiteSpace: 'nowrap' }}>{date.getDate()}</div>
</DayIndicator>
</DayIndicator>
</DayIndicator>