diff options
Diffstat (limited to 'app/assets/stylesheets/sections/notes.scss')
-rw-r--r-- | app/assets/stylesheets/sections/notes.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss index 4a6d114c306..ae2e1b258d3 100644 --- a/app/assets/stylesheets/sections/notes.scss +++ b/app/assets/stylesheets/sections/notes.scss @@ -284,6 +284,9 @@ ul.notes { margin-top: 8px; margin-left: 15px; @extend .pull-left; - width: 35%; + } + + .js-notify-commit-author { + float: left; } } |