Browse Source

refac: styling

Timothy J. Baek 11 months ago
parent
commit
36f92164cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/admin/Settings/Banners.svelte

+ 1 - 1
src/lib/components/admin/Settings/Banners.svelte

@@ -89,7 +89,7 @@
 							</select>
 
 							<input
-								class="px-3 py-1.5 text-xs w-full bg-transparent outline-none"
+								class="pr-5 py-1.5 text-xs w-full bg-transparent outline-none"
 								placeholder={$i18n.t('Content')}
 								bind:value={banner.content}
 							/>