Revert "fixes overflowing div width on user activity page"

This reverts commit 375153ce572dd3301bd236ad53ed9353c4915986.
This commit is contained in:
Robin Ward 2017-08-18 10:43:42 -04:00
parent 954d753d5d
commit 286bc7db33

View File

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