mirror of
https://github.com/moodle/moodle.git
synced 2025-03-03 15:29:08 +01:00
Merge branch 'MDL-65411-master' of git://github.com/lameze/moodle
This commit is contained in:
commit
b919ea9299
@ -432,6 +432,7 @@ table.calendartable caption {
|
||||
}
|
||||
|
||||
.description-content {
|
||||
overflow-wrap: break-word;
|
||||
> p {
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user