diff --git a/theme/boost/scss/moodle/moodlenet.scss b/theme/boost/scss/moodle/moodlenet.scss index c959a9fcdc2..91e8e740521 100644 --- a/theme/boost/scss/moodle/moodlenet.scss +++ b/theme/boost/scss/moodle/moodlenet.scss @@ -9,6 +9,7 @@ display: flex; .icon { + max-width: initial; width: auto; height: 1.3rem; } @@ -85,7 +86,7 @@ &.status-icon { .icon { font-size: 8rem; - width: auto; + max-width: initial; margin: 0; } } diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index f0048d89db0..be82c9eb634 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -39094,6 +39094,7 @@ div.editor_atto_toolbar button .icon { display: flex; } .moodlenet-share-dialog .modal-header .moodlenet-share-moodlenetinfo .moodlenet-logo .icon { + max-width: initial; width: auto; height: 1.3rem; } @@ -39155,7 +39156,7 @@ div.editor_atto_toolbar button .icon { } .moodlenet-share-dialog .modal-body .moodlenet-share-modal-content .moodlenet-circle-status span.status-icon .icon { font-size: 8rem; - width: auto; + max-width: initial; margin: 0; } .moodlenet-share-dialog .modal-footer .moodlenet-share-to { diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index ea75e305021..2d01a0b7a02 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -39028,6 +39028,7 @@ div.editor_atto_toolbar button .icon { display: flex; } .moodlenet-share-dialog .modal-header .moodlenet-share-moodlenetinfo .moodlenet-logo .icon { + max-width: initial; width: auto; height: 1.3rem; } @@ -39089,7 +39090,7 @@ div.editor_atto_toolbar button .icon { } .moodlenet-share-dialog .modal-body .moodlenet-share-modal-content .moodlenet-circle-status span.status-icon .icon { font-size: 8rem; - width: auto; + max-width: initial; margin: 0; } .moodlenet-share-dialog .modal-footer .moodlenet-share-to {