/* define GanttSidebarTaskPhase */

.GanttSidebarTaskPhase-mandatory {
    width: 0.5em;
    display: inline-block;
}

.GanttSidebarTaskPhase-tooltipIcon {
    margin-left: 0.25rem;
    color: var(--icon-subtle);
    cursor: help;
}

/* Prevent long unbroken phase names from overflowing the sidebar,
   and establish a containing block so the absolutely-positioned dropdown list
   is clipped by the sidebar's overflow-y: auto scroll container */
.GanttSidebarTaskPhase-dropdown {
    position: relative;
    overflow-wrap: break-word;
}
