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 6a385b2 commit 4b56954Copy full SHA for 4b56954
2 files changed
codespeed/static/css/timeline.css
@@ -0,0 +1,3 @@
1
+select#baseline {
2
+ width: 100%;
3
+}
codespeed/templates/codespeed/timeline.html
@@ -4,6 +4,7 @@
4
5
{% block extra_head %}
6
{{ block.super }}
7
+ <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}/css/timeline.css" />
8
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}js/jqplot/jquery.jqplot.min.css" />
9
{% endblock %}
10
0 commit comments