Skip to content
Snippets Groups Projects
Commit bdce4cbd authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Merge branch '591-word-warp-on-news' into 'dev'

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

See merge request !881
parents 1b21a4b3 5d28c37c
No related branches found
No related tags found
2 merge requests!907V3.2.0,!881fix(accessibility): long words should not be cropped on tiny screens
......@@ -113,6 +113,9 @@ a {
}
// Containers
.app-container {
overflow-wrap: break-word;
}
.content-container {
margin: 0;
padding-top: 16px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment