MDL-65411 core_calendar: wrap long description text
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user