Skip to content

Commit 52c5694

Browse files
authored
Merge pull request #693 from devforth/feature/AdminForth/1763/horizontal-scroll
fix: add text-base to protect horizontal scroll and zoom in select
2 parents 474fc1c + 50e273d commit 52c5694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/afcl/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@click="inputClick"
1212
@input="inputInput"
1313
class="block w-full pl-3 pr-10 py-2.5 border border-lightDropownButtonsBorder rounded-md leading-5 bg-lightDropdownButtonsBackground
14-
placeholder-lightDropdownButtonsPlaceholderText text-lightDropdownButtonsText sm:text-sm transition duration-150 ease-in-out dark:bg-darkDropdownButtonsBackground dark:border-darkDropdownButtonsBorder dark:placeholder-darkDropdownButtonsPlaceholderText
14+
placeholder-lightDropdownButtonsPlaceholderText text-lightDropdownButtonsText text-base sm:text-sm transition duration-150 ease-in-out dark:bg-darkDropdownButtonsBackground dark:border-darkDropdownButtonsBorder dark:placeholder-darkDropdownButtonsPlaceholderText
1515
dark:text-darkDropdownButtonsText focus:ring-lightPrimary focus:border-lightPrimary dark:focus:ring-darkPrimary dark:focus:border-darkPrimary"
1616
:class="[{'cursor-pointer': searchDisabled}, classesForInput]"
1717
autocomplete="off" data-custom="no-autofill"

0 commit comments

Comments
 (0)