Skip to content

Commit

Permalink
swap order of two classes to force rerun of integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseli committed Sep 27, 2024
1 parent 851474d commit 98f9e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/console/src/components/Multiselect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Multiselect = ({
<Listbox.Options
anchor='bottom'
transition
className='w-[var(--button-width)] min-w-48 mt-1 rounded-xl border dark:border-white/5 bg-white/90 dark:bg-gray-700 transition duration-100 ease-in truncate z-20 drop-shadow-lg'
className='w-[var(--button-width)] min-w-48 mt-1 rounded-xl border dark:border-white/5 bg-white/90 dark:bg-gray-700 transition duration-100 ease-in truncate drop-shadow-lg z-20'
>
{allOpts.map((o) => (
<Listbox.Option
Expand Down

0 comments on commit 98f9e9d

Please sign in to comment.