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:
parent
d7784fa8a1
commit
4d612ed525
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue