mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
css fix to wrap words when space gets little
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user