mirror of
https://github.com/moodle/moodle.git
synced 2025-03-03 15:29:08 +01:00
MDL-65411 core_calendar: wrap long description text
This commit is contained in:
parent
09cbe51999
commit
2eb503494a
@ -429,6 +429,7 @@ table.calendartable caption {
|
||||
|
||||
.summary-modal-container {
|
||||
.description-content {
|
||||
overflow-wrap: break-word;
|
||||
> p {
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -11659,8 +11659,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; }
|
||||
|
||||
.summary-modal-container .location-content {
|
||||
overflow-wrap: break-word; }
|
||||
|
@ -11900,8 +11900,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; }
|
||||
|
||||
.summary-modal-container .location-content {
|
||||
overflow-wrap: break-word; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user