From ded78aedd126b6898952e7133e3734d326ebf8fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Tue, 28 May 2024 16:04:50 +0200 Subject: [PATCH] MOBILE-4470 quiz: Use flex-end instead of end that has better support --- src/addons/mod/quiz/components/index/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);