Skip to content

Commit faa5817

Browse files
authored
General: Add margin bottom to left column of job detail page (#1773)
1 parent e34ad33 commit faa5817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/app/job/job-detail/job-detail.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h1 class="page-header">{{ job.title }}</h1>
9898
<!-- Main Content Grid -->
9999
<div class="grid grid-cols-1 xl:grid-cols-[1fr_25rem] gap-8">
100100
<!-- Left Column: Text Sections -->
101-
<div class="flex flex-col gap-6">
101+
<div class="flex flex-col gap-6 mb-2">
102102
<section>
103103
<h2 class="section-title" jhiTranslate="jobDetailPage.sections.jobDescriptionEN"></h2>
104104
<div class="wrap-anywhere description-text leading-relaxed mb-6" [innerHTML]="job.jobDescriptionEN || '-'"></div>

0 commit comments

Comments
 (0)