mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
Merge pull request #1243 from Tagaishi/calendar-day-nowrap
This commit is contained in:
@@ -104,7 +104,7 @@ export const CalendarDay = ({ date, medias, size }: CalendarDayProps) => {
|
|||||||
position="bottom-end"
|
position="bottom-end"
|
||||||
medias={medias.musics}
|
medias={medias.musics}
|
||||||
>
|
>
|
||||||
<div style={{ textAlign: 'center' }}>{date.getDate()}</div>
|
<div style={{ textAlign: 'center', whiteSpace: 'nowrap' }}>{date.getDate()}</div>
|
||||||
</DayIndicator>
|
</DayIndicator>
|
||||||
</DayIndicator>
|
</DayIndicator>
|
||||||
</DayIndicator>
|
</DayIndicator>
|
||||||
|
|||||||
Reference in New Issue
Block a user