From 221dea7b58cae70ffb7760b9a3c2f9c51206678f Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Tue, 8 Aug 2023 15:11:02 -0400 Subject: [PATCH] select is full width --- src/components/timer.vue | 3 +++ 1 file changed, 3 insertions(+) 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%; +}