Set sub and user descriptions to `overflow-wrap: anywhere` (#345)

This commit is contained in:
Nick Lowery 2021-11-27 19:49:41 -07:00 committed by GitHub
parent 6f29d94337
commit 91cc140091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ aside {
#user_description, #sub_description {
margin: 0 15px;
text-align: left;
overflow-wrap: anywhere;
}
#user_name, #user_description:not(:empty), #user_icon,