fixes komoot settings layout issue

This commit is contained in:
Christian Beutel
2025-03-28 20:24:43 +01:00
parent 07edb2c457
commit 07c0d43091

View File

@@ -69,7 +69,7 @@
type="password"
error={$errors.password}
></TextField>
<div class="flex gap-x-4">
<div class="flex flex-wrap gap-x-4">
<Toggle name="planned" label={$_("planned-tours", { values: { n: 2 } })}
></Toggle>
<Toggle