MDL-65411 core_calendar: wrap long description text

This commit is contained in:
Simey Lameze 2019-05-01 09:55:13 +08:00
parent 34a46486ef
commit 7d78aeece1
4 changed files with 9 additions and 2 deletions

View file

@ -422,6 +422,7 @@ table.calendartable caption {
.summary-modal-container {
.description-content {
overflow-wrap: break-word;
> p {
margin: 0;
}

View file

@ -11603,6 +11603,8 @@ table.calendartable caption {
.day-popover-content:empty + .day-popover-alternate {
display: block; }
.summary-modal-container .description-content {
overflow-wrap: break-word; }
.summary-modal-container .description-content > p {
margin: 0; }

View file

@ -412,6 +412,7 @@
.summary-modal-container {
.description-content {
overflow-wrap: break-word;
> p {
margin: 0;
}

View file

@ -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;
}