Skip to content

Commit 46bdc00

Browse files
authored
Profile Page: Add text wrapping to username and bio text displays (#3865)
1 parent 6e57308 commit 46bdc00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pontoon/contributors/static/css/profile.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,21 @@ h2 {
5959
.display-name {
6060
font-size: 24px;
6161
padding-bottom: 0;
62+
overflow-wrap: break-word;
6263
}
6364

6465
.username {
6566
color: var(--status-translated-alt);
6667
line-height: 1.4em;
6768
font-size: 20px;
6869
font-weight: 300;
70+
overflow-wrap: break-word;
6971
}
7072

7173
.bio {
7274
font-size: 16px;
7375
line-height: 1.4em;
76+
overflow-wrap: break-word;
7477
}
7578

7679
.item-with-icon {

0 commit comments

Comments
 (0)