Skip to content

Commit 2e324ec

Browse files
authored
Merge pull request tobami#218 from mwatts15/baseline-styling
Sizing the baseline selector to fit in its container
2 parents c18b2ea + 4b56954 commit 2e324ec

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

codespeed/static/css/timeline.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
select#baseline {
2+
width: 100%;
3+
}

codespeed/templates/codespeed/timeline.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
{% block extra_head %}
66
{{ block.super }}
7+
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}/css/timeline.css" />
78
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}js/jqplot/jquery.jqplot.min.css" />
89
{% endblock %}
910

0 commit comments

Comments
 (0)