MDL-65411 core_calendar: wrap long description text
This commit is contained in:
@@ -429,6 +429,7 @@ table.calendartable caption {
|
||||
|
||||
.summary-modal-container {
|
||||
.description-content {
|
||||
overflow-wrap: break-word;
|
||||
> p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -11633,8 +11633,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; }
|
||||
|
||||
@@ -417,6 +417,7 @@
|
||||
|
||||
.summary-modal-container {
|
||||
.description-content {
|
||||
overflow-wrap: break-word;
|
||||
> p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -5964,6 +5964,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