Skip to content

Commit 4b56954

Browse files
committed
Sizing the baseline selector to fit in its container
1 parent 6a385b2 commit 4b56954

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)