mirror of
https://github.com/ajnart/homarr.git
synced 2026-05-06 11:17:05 +02:00
🐛 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