Browse Source

SONAR-12937 Fix text indent for activity pages.

tags/8.2.0.32929
Mathieu Suen 4 years ago
parent
commit
1ff9a01fd6

+ 4
- 0
server/sonar-web/src/main/js/apps/projectActivity/components/projectActivity.css View File

@@ -112,6 +112,10 @@
padding-left: 20px;
}

.project-activity-event * {
text-indent: 0;
}

.project-activity-event + .project-activity-event {
margin-top: var(--gridSize);
}

Loading…
Cancel
Save