Skip to content
Snippets Groups Projects

fix(accessibility): long words should not be cropped on tiny screens

Merged Marlène SIMONDANT requested to merge 591-word-warp-on-news into dev
+ 3
0
@@ -113,6 +113,9 @@ a {
}
// Containers
.app-container {
overflow-wrap: break-word;
}
.content-container {
margin: 0;
padding-top: 16px;
Loading