/*
 * Bootstrap does not provide a min-width: 0 utility.
 * This allows flex children and truncated text to shrink correctly.
 */
.mba-schedule-app .min-w-0 {
	min-width: 0;
}