diff --git a/pkg/web_app/lib/src/widget/downloads_chart/widget.dart b/pkg/web_app/lib/src/widget/downloads_chart/widget.dart index c6f82e1cc4..fb359fb8fd 100644 --- a/pkg/web_app/lib/src/widget/downloads_chart/widget.dart +++ b/pkg/web_app/lib/src/widget/downloads_chart/widget.dart @@ -308,7 +308,7 @@ void drawChart( final cursor = SVGLineElement() ..setAttribute('class', 'downloads-chart-cursor') - ..setAttribute('stroke-dasharray', '15,3') + ..setAttribute('stroke-dasharray', '3,3') ..setAttribute('x1', '0') ..setAttribute('x2', '0') ..setAttribute('y1', '$yZero') diff --git a/pkg/web_css/lib/src/_pkg.scss b/pkg/web_css/lib/src/_pkg.scss index d304010cd7..958ed4ae36 100644 --- a/pkg/web_css/lib/src/_pkg.scss +++ b/pkg/web_css/lib/src/_pkg.scss @@ -282,7 +282,6 @@ width: 775px; flex-direction: column; margin-top: 16px; - padding-top: 16px; } .downloads-chart-version-modes {