Closed
Code Insights: Text labels look too big on the dashboard and the standalone page
View options
Code Insights: Text labels look too big on the dashboard and the standalone page
View options
- Truncate descriptions
Created by: vovakulikov
Background
If you go to the dashboard page you can see that all insight card titles have H2 styles. This happened because we made a mistake in this PR https://github.com/sourcegraph/sourcegraph/pull/36383. Our assumption was wrong that <H4 as={H2} />
is the same that <H2 />
. As a result, we have the following
