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

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

parent 1b21a4b3
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 { ...@@ -113,6 +113,9 @@ a {
} }
// Containers // Containers
.app-container {
overflow-wrap: break-word;
}
.content-container { .content-container {
margin: 0; margin: 0;
padding-top: 16px; 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