🐛 Mobile category calendar day text wrapping
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user