Skip to content

Commit d1c34fd

Browse files
committed
Increasing size of activity range dropdown
1 parent f918e3f commit d1c34fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/activity/Activity.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ div
1616
b-button.px-2(:to="link_prefix + '/' + previousPeriod() + '/' + subview",
1717
variant="outline-dark")
1818
icon(name="arrow-left")
19-
b-select.px-2(:value="periodLength", :options="['day', 'week', 'month']",
19+
b-select.px-3(:value="periodLength", :options="['day', 'week', 'month']",
2020
@change="(periodLength) => setDate(_date, periodLength)")
2121
b-input-group-append
2222
b-button.px-2(:to="link_prefix + '/' + nextPeriod() + '/' + subview",

0 commit comments

Comments
 (0)