Skip to content

Commit f4de17f

Browse files
TobiGaPhMemmel
authored andcommitted
MBS-10500: Fix unilabel text alignment
1 parent 0ba828e commit f4de17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/local/content/cm/activity.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
{{! Description }}
126126
{{#altcontent}}
127127
{{! In Moodle 4.5+, if this is a delegated section then this is a container for a <ul> of course modules }}
128-
<div class="activity-altcontent {{#issubsection}}delegated-section-content{{/issubsection}}{{^isdelegatedsection}}d-flex{{/isdelegatedsection}} text-break {{#hasname}}activity-description{{/hasname}}">
128+
<div class="activity-altcontent {{#issubsection}}delegated-section-content{{/issubsection}} text-break {{#hasname}}activity-description{{/hasname}}">
129129
{{{altcontent}}}
130130
</div>
131131
{{/altcontent}}

0 commit comments

Comments
 (0)