Set sub and user descriptions to `overflow-wrap: anywhere`

This commit is contained in:
Nick Lowery 2021-11-27 18:00:05 -07:00
parent 6f29d94337
commit c16b7a3ca4
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,