diff --git a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/ReplaceQuestions.vue b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/ReplaceQuestions.vue index d453790c8b5..f11014f2c49 100644 --- a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/ReplaceQuestions.vue +++ b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/ReplaceQuestions.vue @@ -410,7 +410,7 @@ .bottom-navigation { position: absolute; right: 0; - bottom: 1.5em; + bottom: 0; left: 0; width: 100%; padding: 1em; diff --git a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/ResourceSelection.vue b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/ResourceSelection.vue index 44f2cae96d6..9afd2ffe0ad 100644 --- a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/ResourceSelection.vue +++ b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/ResourceSelection.vue @@ -915,7 +915,7 @@ .bottom-navigation { position: absolute; right: 0; - bottom: 1.5em; + bottom: 0; left: 0; width: 100%; padding: 1em; diff --git a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/SectionEditor.vue b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/SectionEditor.vue index 33db5d1adad..87560cc9865 100644 --- a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/SectionEditor.vue +++ b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/SectionEditor.vue @@ -530,7 +530,7 @@ .bottom-buttons-style { position: absolute; right: 0; - bottom: 1.5em; + bottom: 0; left: 0; padding: 1em; margin-top: 1em;