Use more idiomatic tailwind class
This commit is contained in:
@@ -40,7 +40,7 @@ defmodule MusicLibraryWeb.Components.AddRecord do
|
|||||||
role="list"
|
role="list"
|
||||||
class={[
|
class={[
|
||||||
"mt-5 divide-y divide-zinc-100 dark:divide-slate-300/30",
|
"mt-5 divide-y divide-zinc-100 dark:divide-slate-300/30",
|
||||||
"max-h-[500px] overflow-y-auto"
|
"max-h-125 overflow-y-auto"
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<.result
|
<.result
|
||||||
|
|||||||
Reference in New Issue
Block a user