fixes overflowing div width on user activity page

detailed explanation: https://meta.discourse.org/t/long-words-not-wrapping-in-user-activity-page/68181/8?u=xrav3nz
This commit is contained in:
Kyle Zhao 2017-08-18 00:58:22 -04:00
parent 0c4527323e
commit 375153ce57
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@
}
.user-right {
width: 900px;
display: table-cell;
}