Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(html): avoid wrapping keywords in the middle of a word #259

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

kad-korpem
Copy link
Collaborator

Description

When a long list of keywords was supplied, the word-wrap caused breaking of keywords in arbitrary places, often in the middle of words. This is fixed by using Bootstrap's .text-break class.

Type of change

(Remove irrelevant options)

  • Bugfix

Checklist:

  • I've double-checked the code in this PR myself
  • I've left the code better than before (boy scout rule)
  • The code is readable, comments are added that explain hard or non-obvious parts.
  • I've expanded/improved the (unit) tests, when applicable
  • I've run (unit) tests that prove my solution works
  • There's no sensitive information like credentials in my PR

@kad-korpem kad-korpem merged commit 2dc75f5 into master Dec 2, 2024
5 checks passed
@kad-korpem kad-korpem deleted the PDOK/fix_keyword_breaks branch December 2, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants