Fix layout for exercise description on implement route

Regresses 9a9efd5c and a7fa9b5b
This commit is contained in:
Sebastian Serth
2024-04-24 16:22:49 +02:00
committed by Dominic Sauer
parent dd7b09e1e3
commit 6d66376aae

View File

@ -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')