diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index 07d645809f1..b5113638e24 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -92,6 +92,11 @@ .user-table { margin-top: 30px; width: 100%; + display: table; + table-layout: fixed; + .wrapper { + display: table-row; + } } .user-navigation .nav-stacked .glyph {