fix: whitespace wrapping in semester warning (#629)
This commit is contained in:
@@ -175,12 +175,12 @@ export default function HeadingAndActions({ course, activeSchedule, onClose }: H
|
|||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
The section you're adding is for{' '}
|
The section you're adding is for{' '}
|
||||||
<span className='text-ut-burntorange'>
|
<span className='text-ut-burntorange whitespace-nowrap'>
|
||||||
{course.semester.season} {course.semester.year}
|
{course.semester.season} {course.semester.year}
|
||||||
</span>
|
</span>
|
||||||
, but your current schedule contains sections in{' '}
|
, but your current schedule contains sections in{' '}
|
||||||
<span className='text-ut-burntorange'>{activeSemesters}</span>. Mixing semesters in one
|
<span className='text-ut-burntorange whitespace-nowrap'>{activeSemesters}</span>. Mixing
|
||||||
schedule may cause confusion.
|
semesters in one schedule may cause confusion.
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
buttons: dialogButtons,
|
buttons: dialogButtons,
|
||||||
|
|||||||
Reference in New Issue
Block a user