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;
|
||||
}
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user