We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fdd19b commit 9190d4bCopy full SHA for 9190d4b
1 file changed
src/lib/components/automations/ScheduleDropdown.svelte
@@ -193,11 +193,11 @@
193
slot="content"
194
class="rounded-2xl shadow-lg border border-gray-200 dark:border-gray-800 flex flex-col bg-white dark:bg-gray-850 w-48 p-1"
195
>
196
- <div class="px-2 text-xs text-gray-500 py-1">
+ <div class="px-2 text-xs text-gray-500 pt-1">
197
{$i18n.t('Schedule')}
198
</div>
199
200
- <div class="px-1.5 mt-0.5 mb-2">
+ <div class="px-1.5 py-0.5">
201
<select
202
class="w-full bg-transparent rounded-xl text-xs py-1.5 px-1.5 outline-hidden"
203
bind:value={frequency}
0 commit comments