diff options
Diffstat (limited to 'Swift/resources')
-rw-r--r-- | Swift/resources/themes/Default/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/resources/themes/Default/main.css b/Swift/resources/themes/Default/main.css index d696508..97888c5 100644 --- a/Swift/resources/themes/Default/main.css +++ b/Swift/resources/themes/Default/main.css @@ -38,6 +38,7 @@ body { top: 0; left: 0; margin-bottom: 10px; + overflow-wrap: break-word; /* Allow breaking of long words (e.g. URLs) to prevent overflow. */ /*margin-top: -2px; /* REMOVE THIS LINE. FOR DISPLAY PURPOSE ONLY. */ } |