mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
handling long text, like URLs
This commit is contained in:
parent
b32c5280ef
commit
7a7a62700b
@ -22,6 +22,12 @@ body {
|
|||||||
color: $text-color;
|
color: $text-color;
|
||||||
background-color: $body-bg;
|
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;
|
text-rendering: optimizeLegibility;
|
||||||
// Controversial! But prevents text flickering in
|
// Controversial! But prevents text flickering in
|
||||||
// Safari/Firefox when animations are running
|
// Safari/Firefox when animations are running
|
||||||
|
Loading…
x
Reference in New Issue
Block a user