mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-63074-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
e0757dd508
7 changed files with 315 additions and 221 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue