Fix layout for exercise description on implement route
Regresses9a9efd5c
anda7fa9b5b
This commit is contained in:

committed by
Dominic Sauer

parent
dd7b09e1e3
commit
6d66376aae
@ -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')
|
||||
|
Reference in New Issue
Block a user