We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ad717 commit a93de64Copy full SHA for a93de64
pkg/web_app/lib/src/widget/downloads_chart/widget.dart
@@ -308,7 +308,7 @@ void drawChart(
308
309
final cursor = SVGLineElement()
310
..setAttribute('class', 'downloads-chart-cursor')
311
- ..setAttribute('stroke-dasharray', '15,3')
+ ..setAttribute('stroke-dasharray', '3,3')
312
..setAttribute('x1', '0')
313
..setAttribute('x2', '0')
314
..setAttribute('y1', '$yZero')
pkg/web_css/lib/src/_pkg.scss
@@ -282,7 +282,6 @@
282
width: 775px;
283
flex-direction: column;
284
margin-top: 16px;
285
- padding-top: 16px;
286
}
287
288
.downloads-chart-version-modes {
0 commit comments