diff --git a/app/assets/stylesheets/common/base/user.scss b/app/assets/stylesheets/common/base/user.scss index fef2b60148d..a7ac6f0b95f 100644 --- a/app/assets/stylesheets/common/base/user.scss +++ b/app/assets/stylesheets/common/base/user.scss @@ -156,7 +156,7 @@ list-style-type: none; } - a { + .btn { margin-bottom: 10px; line-height: $line-height-medium; } diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index f7b80208ce4..6883200e5e3 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -195,7 +195,7 @@ float: right; text-align: right; - a { + .btn { min-width: 140px; }