diff --git a/framework/core/less/forum/notifications.less b/framework/core/less/forum/notifications.less index 57d8bedb2..3c02b0183 100644 --- a/framework/core/less/forum/notifications.less +++ b/framework/core/less/forum/notifications.less @@ -74,7 +74,7 @@ .notification-group-header { font-weight: bold; color: @fl-body-heading-color !important; - padding: 8px 15px; + padding: 6px 15px; display: block; white-space: nowrap; overflow: hidden; @@ -88,7 +88,7 @@ .notification { & > a { display: block; - padding: 8px 15px 8px 75px; + padding: 8px 15px 8px 70px; color: @fl-body-muted-color; overflow: hidden; @@ -103,7 +103,7 @@ & .avatar { .avatar-size(24px); float: left; - margin: -2px 0 -2px -60px; + margin: -2px 0 -2px -55px; } & .icon { float: left;