diff --git a/src/lib/TimezoneInput.svelte b/src/lib/TimezoneInput.svelte
index 122fa9a..ffc3ea5 100644
--- a/src/lib/TimezoneInput.svelte
+++ b/src/lib/TimezoneInput.svelte
@@ -15,32 +15,21 @@
const wbr = (str: string): string => {
return str.replace(/\//g, '/');
};
-
-
+
+