diff --git a/src/addons/mod/quiz/components/index/index.scss b/src/addons/mod/quiz/components/index/index.scss index 1bfbfd491..c7b27619a 100644 --- a/src/addons/mod/quiz/components/index/index.scss +++ b/src/addons/mod/quiz/components/index/index.scss @@ -31,7 +31,7 @@ .addon-mod_quiz-attempt-title-info { display: flex; flex-direction: column; - align-items: end; + align-items: flex-end; justify-content: center; min-height: 60px; padding-top: var(--mdl-spacing-2); diff --git a/src/addons/mod/wiki/pages/edit/edit.html b/src/addons/mod/wiki/pages/edit/edit.html index 2687fdc96..cfe581693 100644 --- a/src/addons/mod/wiki/pages/edit/edit.html +++ b/src/addons/mod/wiki/pages/edit/edit.html @@ -20,12 +20,12 @@
- - {{ 'core.content' | translate }} + {{ 'core.content' | translate }} diff --git a/src/theme/components/ion-modal.scss b/src/theme/components/ion-modal.scss index 5abc4a544..93edc24e7 100644 --- a/src/theme/components/ion-modal.scss +++ b/src/theme/components/ion-modal.scss @@ -1,4 +1,6 @@ ion-modal { + --core-header-buttons-background: var(--core-header-toolbar-background); + &.show-modal { @media only screen and (min-width: 768px) and (min-height: 600px) { --border-radius: var(--modal-radius);