mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-65411 core_calendar: wrap long description text
This commit is contained in:
parent
34a46486ef
commit
7d78aeece1
4 changed files with 9 additions and 2 deletions
|
@ -422,6 +422,7 @@ table.calendartable caption {
|
|||
|
||||
.summary-modal-container {
|
||||
.description-content {
|
||||
overflow-wrap: break-word;
|
||||
> p {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
@ -11603,8 +11603,10 @@ table.calendartable caption {
|
|||
.day-popover-content:empty + .day-popover-alternate {
|
||||
display: block; }
|
||||
|
||||
.summary-modal-container .description-content > p {
|
||||
margin: 0; }
|
||||
.summary-modal-container .description-content {
|
||||
overflow-wrap: break-word; }
|
||||
.summary-modal-container .description-content > p {
|
||||
margin: 0; }
|
||||
|
||||
/* course.less */
|
||||
/* COURSE CONTENT */
|
||||
|
|
|
@ -412,6 +412,7 @@
|
|||
|
||||
.summary-modal-container {
|
||||
.description-content {
|
||||
overflow-wrap: break-word;
|
||||
> p {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
@ -5915,6 +5915,9 @@ img.iconsmall {
|
|||
.calendarwrapper {
|
||||
position: relative;
|
||||
}
|
||||
.summary-modal-container .description-content {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.summary-modal-container .description-content > p {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue