Skip to content
Snippets Groups Projects
Commit f693ab69 authored by Maxime BORGES's avatar Maxime BORGES
Browse files

Fix word-break in profile's note on profile page and profile component

parent 13dfd8d1
No related branches found
No related tags found
No related merge requests found
......@@ -311,6 +311,7 @@
padding: 10px;
padding-top: 15px;
color: $color3;
word-wrap: break-word;
}
}
}
......
......@@ -424,6 +424,7 @@ a.status__content__spoiler-link {
.account__header__content {
word-wrap: break-word;
word-break: break-all;
font-weight: 400;
overflow: hidden;
color: $color3;
......
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