mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
handling long text, like URLs
This commit is contained in:
parent
b32c5280ef
commit
7a7a62700b
@ -22,6 +22,12 @@ body {
|
||||
color: $text-color;
|
||||
background-color: $body-bg;
|
||||
|
||||
// handling long text, like URLs
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
hyphens: auto;
|
||||
|
||||
text-rendering: optimizeLegibility;
|
||||
// Controversial! But prevents text flickering in
|
||||
// Safari/Firefox when animations are running
|
||||
|
Loading…
Reference in New Issue
Block a user