Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
@@ -54,6 +54,14 @@ main {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fc-event-main span,
|
||||||
|
.fc-daygrid-event div {
|
||||||
|
display: block !important;
|
||||||
|
white-space: nowrap !important;
|
||||||
|
overflow: hidden !important;
|
||||||
|
text-overflow: ellipsis !important;
|
||||||
|
}
|
||||||
|
|
||||||
[data-theme="dark"] .fc-timegrid-slot::after {
|
[data-theme="dark"] .fc-timegrid-slot::after {
|
||||||
border-top: 1px dotted rgba(255, 255, 255, 0.2);
|
border-top: 1px dotted rgba(255, 255, 255, 0.2);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -182,7 +182,14 @@ export default function EventPreviewModal({
|
|||||||
|
|
||||||
<CardContent sx={{ pt: 1.5 }}>
|
<CardContent sx={{ pt: 1.5 }}>
|
||||||
{event.title && (
|
{event.title && (
|
||||||
<Typography variant="h6" fontWeight="bold" gutterBottom>
|
<Typography
|
||||||
|
variant="h6"
|
||||||
|
fontWeight="bold"
|
||||||
|
sx={{
|
||||||
|
wordBreak: "break-word",
|
||||||
|
}}
|
||||||
|
gutterBottom
|
||||||
|
>
|
||||||
{event.title}
|
{event.title}
|
||||||
</Typography>
|
</Typography>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user