diff --git a/src/components/timer.vue b/src/components/timer.vue index 9a5759e..7d01587 100644 --- a/src/components/timer.vue +++ b/src/components/timer.vue @@ -155,4 +155,7 @@ button, em { font-weight:bold; width:100%; } +select { + width: 100%; +}