Skip to content
Snippets Groups Projects
Commit 7901f2b7 authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

[BUGFIX] fix meta-box alignment

parent ae42d660
No related branches found
Tags 5.3.1
1 merge request!46AZM changes
......@@ -38,9 +38,7 @@
</h3>
<f:format.html parseFuncTSPath="lib.parseFunc_RTE">{job.qualification}</f:format.html>
</div>
</div>
<f:if condition="{job.experienceLevel -> f:count() > 0}">
<div class="col-md-8 col-sm-6 col-xs-12">
<f:if condition="{job.experienceLevel -> f:count() > 0}">
<div class="default-content-element">
<h3 class="h4">
<f:translate key="frontend.experienceLevel"/>
......@@ -53,8 +51,8 @@
</f:for>
</ul>
</div>
</div>
</f:if>
</f:if>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="highlight-box bg-card sgjobs-meta-box">
<ul class="default-list">
......
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