Skip to content
Snippets Groups Projects
Commit 41a7d873 authored by Johannes Kreiner's avatar Johannes Kreiner
Browse files

[BUGFIX] Fix layout issue

parent 8506d990
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
</f:if>
<div class="default-content-element hstack gap-4">
<h2>
<h2 class="mb-0">
<f:if condition="{job}">
<f:then>
<f:translate key="frontend.apply.applyAs" />
......@@ -31,7 +31,7 @@
</f:if>
</div>
<div class="default-content-element">
<ul class="list-unstyled vstack flex-sm-row gap-4">
<ul class="list-unstyled vstack flex-sm-row gap-4 mb-0">
<li class="hstack gap-2 align-items-center">
<sg:renderSvg name="fontawesome/solid/clock" width="16"
height="16" color="currentColor"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment