Skip to content

Commit

Permalink
Fixed issue: group description spacing wrong in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
twilligls committed May 15, 2023
1 parent 44caa7c commit 9adc33b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@
{% if aGroup.showgroupinfo == 'D' or aGroup.showgroupinfo == 'B' %}
{% if aGroup.description != '' %}
<!-- Group description -->
<div class="{{ aSurveyInfo.class.groupdesc }} row space-col" {{ aSurveyInfo.attr.groupdesc }}>
<div class="{{ aSurveyInfo.class.groupdesc }} space-col" {{ aSurveyInfo.attr.groupdesc }}>
{{ processString(aGroup.description) }}
</div>
{% endif %}
Expand Down

0 comments on commit 9adc33b

Please sign in to comment.