Skip to content

Commit

Permalink
Merge pull request #259 from PDOK/PDOK/fix_keyword_breaks
Browse files Browse the repository at this point in the history
fix(html): avoid wrapping keywords in the middle of a word
  • Loading branch information
kad-korpem authored Dec 2, 2024
2 parents e0fc85b + 3890350 commit 2dc75f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ogc/common/core/templates/landing-page.go.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1 class="title" id="title">{{ .Config.Title }} (OGC API)</h1>
<td class="w-25 text-nowrap fw-bold">
{{ i18n "Keywords" }}
</td>
<td>
<td class="text-break">
{{ .Config.Keywords | join ", " }}
</td>
</tr>
Expand Down

0 comments on commit 2dc75f5

Please sign in to comment.