diff --git a/app/assets/stylesheets/common/components/user-stream-item.scss b/app/assets/stylesheets/common/components/user-stream-item.scss index 76321a2eb26..56f4b745328 100644 --- a/app/assets/stylesheets/common/components/user-stream-item.scss +++ b/app/assets/stylesheets/common/components/user-stream-item.scss @@ -39,11 +39,16 @@ .time, .delete-info, .draft-type { - margin-left: auto; + float: right; color: $primary-medium; font-size: $font-down-2; } + .notification .time { + margin-left: auto; + float: none; + } + .draft-type { clear: right; }