tangled
alpha
login
or
join now
timtinkers.online
/
lemoncalendar
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Text Alignment fix
timtinkers.online
1 year ago
a9bb20ba
b8bafb5e
+1
-2
1 changed file
expand all
collapse all
unified
split
components
WeeklySchedule.tsx
+1
-2
components/WeeklySchedule.tsx
···
215
215
display: "flex",
216
216
flexDirection: "row",
217
217
alignItems: "center",
218
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
262
-
flexDirection: "column",
263
261
justifyContent: "center",
262
262
+
textAlign: "center",
264
263
flex: 2,
265
264
marginRight: "12px",
266
265
wordWrap: "break-word",