css fix to wrap words when space gets little

This commit is contained in:
Simon Gschnell
2023-12-12 09:04:07 +01:00
parent 37f89010a4
commit efc8e7c5fe
4 changed files with 6 additions and 16 deletions
@@ -81,7 +81,7 @@ export default {
<!-- CONTAINER -->
<div class="container-fluid" style="overflow-wrap:break-word">
<div class="container-fluid" style="overflow-wrap:word-break; white-space:break-spaces;">
<!-- ROW -->
<div class="row">
<!-- HIDDEN QUICK LINKS -->