Merge branch 'MDL-65411-master' of git://github.com/lameze/moodle

This commit is contained in:
Jun Pataleta 2019-05-02 17:02:10 +08:00
commit b919ea9299
3 changed files with 9 additions and 4 deletions

View File

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

View File

@ -11662,8 +11662,10 @@ table.calendartable caption {
.location-content {
overflow-wrap: break-word; }
.description-content > p {
margin: 0; }
.description-content {
overflow-wrap: break-word; }
.description-content > p {
margin: 0; }
/* course.less */
/* COURSE CONTENT */

View File

@ -11903,8 +11903,10 @@ table.calendartable caption {
.location-content {
overflow-wrap: break-word; }
.description-content > p {
margin: 0; }
.description-content {
overflow-wrap: break-word; }
.description-content > p {
margin: 0; }
/* course.less */
/* COURSE CONTENT */