Prevent hidden link skewing layout of home page (#16773)

* Prevent hidden link skewing layout of home page

* add some contextual notes
This commit is contained in:
Suzanne Aitchison 2022-03-04 16:12:35 +00:00 committed by GitHub
parent d7784fa8a1
commit 4d612ed525
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,11 @@
right: 0;
bottom: 0;
left: 0;
// Prevent long title content skewing layout
// overflow-wrap: anywhere isn't supported in Safari, in which case this fallback applies
overflow-wrap: break-word;
overflow-wrap: anywhere;
}
// Defining additional colors.