fix(journal): update min-height for JournalInput textarea
This commit is contained in:
parent
e46cc879ae
commit
fc6e37a13d
|
|
@ -404,7 +404,7 @@ export const JournalInput: Component = () => {
|
||||||
rows={2}
|
rows={2}
|
||||||
class="w-full resize-none border-0 px-3 pt-2.5 pb-1 text-sm
|
class="w-full resize-none border-0 px-3 pt-2.5 pb-1 text-sm
|
||||||
text-gray-800 placeholder-gray-400 focus:outline-none
|
text-gray-800 placeholder-gray-400 focus:outline-none
|
||||||
bg-transparent min-h-[60px]"
|
bg-transparent min-h-15"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="flex items-center justify-between px-2 pb-2">
|
<div class="flex items-center justify-between px-2 pb-2">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue