This commit is contained in:
parent
87cb408f63
commit
c6da78ba7e
1 changed files with 7 additions and 0 deletions
|
@ -657,6 +657,13 @@ footer {
|
||||||
background-color: var(--color-accent);
|
background-color: var(--color-accent);
|
||||||
color: var(--color-dark);
|
color: var(--color-dark);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
word-break: break-word;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fc-event:hover .fc-event-time, .fc-event:hover .fc-daygrid-event-dot,
|
||||||
|
.fc-event:active .fc-event-time, .fc-event:active .fc-daygrid-event-dot {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ========================
|
/* ========================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue