diff --git a/theme/boost/scss/moodle/moodlenet.scss b/theme/boost/scss/moodle/moodlenet.scss index f46b40b32c9..2ad432e00df 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; } @@ -87,7 +88,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 aa29c56ddcf..9ef0282906c 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -40723,6 +40723,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; } @@ -40778,7 +40779,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 3be17b385ec..7a55830a639 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -40657,6 +40657,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; } @@ -40712,7 +40713,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 {