Docs: Fix long words breaking the site on small screens (#2521)
* Add overflow wrap for long words * Fix specific case of overflowing text
This commit is contained in:
parent
c7f601f03e
commit
68a7002b43
@ -18,6 +18,9 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
||||||
|
// Stop long words from breaking mobile
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Loading…
Reference in New Issue
Block a user