aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app/components/notifications/NotificationsSidebar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/notifications/NotificationsSidebar.tsx')
-rw-r--r--server/sonar-web/src/main/js/app/components/notifications/NotificationsSidebar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/notifications/NotificationsSidebar.tsx b/server/sonar-web/src/main/js/app/components/notifications/NotificationsSidebar.tsx
index f267574cde8..8eeb985837a 100644
--- a/server/sonar-web/src/main/js/app/components/notifications/NotificationsSidebar.tsx
+++ b/server/sonar-web/src/main/js/app/components/notifications/NotificationsSidebar.tsx
@@ -114,7 +114,7 @@ interface FeatureProps {
export function Feature({ feature }: FeatureProps) {
return (
<div className="feature">
- <ul className="categories">
+ <ul className="categories spacer-bottom">
{feature.categories.map(category => (
<li key={category.name} style={{ backgroundColor: category.color }}>
{category.name}