Merge pull request #8606 from demarches-simplifiees/a11y-8119-no-horizontal-scrolling-fix

a11y : optimization return to the line of longs links
This commit is contained in:
Julie Salha 2023-02-09 13:14:58 +01:00 committed by GitHub
commit b6da27fe0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@
.container {
a {
cursor: pointer;
overflow-wrap: break-word;
}
}