We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbabcf commit b2a9c76Copy full SHA for b2a9c76
src/main/webapp/app/job/job-detail/job-detail.component.html
@@ -98,7 +98,7 @@ <h1 class="page-header">{{ job.title }}</h1>
98
<!-- Main Content Grid -->
99
<div class="grid grid-cols-1 xl:grid-cols-[1fr_25rem] gap-8">
100
<!-- Left Column: Text Sections -->
101
- <div class="flex flex-col gap-6">
+ <div class="flex flex-col gap-6 mb-2">
102
<section>
103
<h2 class="section-title" jhiTranslate="jobDetailPage.sections.jobDescriptionEN"></h2>
104
<div class="wrap-anywhere description-text leading-relaxed mb-6" [innerHTML]="job.jobDescriptionEN || '-'"></div>
0 commit comments