Skip to content

Commit 4120a8b

Browse files
committed
fix alignment issues
Signed-off-by: Lewis Birks <[email protected]>
1 parent 50b18f9 commit 4120a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/bootstrap5/page.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<l:app-bar title="${title}"/>
3030
</j:if>
3131

32-
<div class="container-fluid ${class}">
32+
<div class="${class}">
3333
<d:invokeBody/>
3434
</div>
3535
</l:main-panel>

0 commit comments

Comments
 (0)