this repo has no description

Text Alignment fix

+1 -2
+1 -2
components/WeeklySchedule.tsx
··· 215 215 display: "flex", 216 216 flexDirection: "row", 217 217 alignItems: "center", 218 - justifyContent: "space-between", 219 218 width: "100%", 220 219 height: `${100 / days.length - 2}%`, 221 220 backgroundColor: eventBgColor, ··· 259 258 className="summary" 260 259 style={{ 261 260 display: "flex", 262 - flexDirection: "column", 263 261 justifyContent: "center", 262 + textAlign: "center", 264 263 flex: 2, 265 264 marginRight: "12px", 266 265 wordWrap: "break-word",