Merge branch 'MDL-63074-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2019-03-18 20:15:48 +01:00
commit e0757dd508
7 changed files with 315 additions and 221 deletions

View file

@ -2262,3 +2262,7 @@ $switch-transition: .2s all !default;
.overflow-hidden {
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
}
.text-break {
overflow-wrap: break-word !important; /* stylelint-disable-line declaration-no-important */
}

View file

@ -10540,6 +10540,10 @@ div.editor_atto_toolbar button .icon {
overflow: hidden !important;
/* stylelint-disable-line declaration-no-important */ }
.text-break {
overflow-wrap: break-word !important;
/* stylelint-disable-line declaration-no-important */ }
.icon {
font-size: 16px;
width: 16px;