Skip to content

Commit

Permalink
Changes class of div to scale stories in helpboxes accordingly
Browse files Browse the repository at this point in the history
Fixes: OX-10891
  • Loading branch information
scireum-mbo committed Mar 20, 2024
1 parent 2333b77 commit 8e148d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/default/taglib/t/helpbox.html.pasta
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="card mb-4 sci-left-border-blue-dark @class">
<div class="card-body">
<div class="d-flex flex-row">
<div class="me-auto">
<div class="sci-min-width-0">
<i:local name="contents" value="@renderToString('body')"/>
<i:raw>@expandMessage(contents)</i:raw>
</div>
Expand Down

0 comments on commit 8e148d8

Please sign in to comment.