Bump FullCalendar from 7.0.0 to 7.0.2

This commit is contained in:
johnnyq
2026-08-04 12:39:04 -04:00
parent 261bdab61a
commit f9ae7598ec
11 changed files with 136 additions and 131 deletions

View File

@@ -37,6 +37,18 @@
line-height: 1.4;
}
/*
* Task progress. A slim track sitting beside the count rather than a chart
* with text floating on top of it. The count is real text, so the flex cell
* can size itself - the old bar's only children were a percentage-width div
* and an absolutely-positioned label, neither of which contributes intrinsic
* width, so the Tasks cell was pinned at min-width whatever it contained.
*/
.ticket-task-progress {
flex: 0 0 56px;
height: 6px;
}
/* The subject is the page's real heading, so let it breathe */
.ticket-subject {
font-weight: 600;