From 6d66376aae8fc7c1f3f614d4c7491e038f9bbb8e Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 24 Apr 2024 16:22:49 +0200 Subject: [PATCH] Fix layout for exercise description on implement route Regresses 9a9efd5c and a7fa9b5b --- app/views/exercises/implement.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/exercises/implement.html.slim b/app/views/exercises/implement.html.slim index e2fc3943..e268ae94 100644 --- a/app/views/exercises/implement.html.slim +++ b/app/views/exercises/implement.html.slim @@ -6,7 +6,7 @@ #editor-column - unless @embed_options[:hide_exercise_description] .exercise.clearfix - .col-9.d-lg-flex.flex-row.justify-content-between.align-items-baseline + .d-lg-flex.flex-row.justify-content-between.align-items-baseline .col-lg-7 h1#exercise-headline i#description-symbol class=(@embed_options[:collapse_exercise_description] ? 'fa-solid fa-chevron-right' : 'fa-solid fa-chevron-down')