diff options
Diffstat (limited to 'forged/static/style.css')
-rw-r--r-- | forged/static/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/forged/static/style.css b/forged/static/style.css index b677551..50f1c37 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -614,3 +614,10 @@ td > ul { font-weight: bold; margin-top: 1rem; } + + +.breakable { + word-break: break-word; + /* overflow-wrap: break-word; + overflow: hidden; */ +} |