File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
apps/web/src/views/board/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ export function NewCardForm({
327327 />
328328 </ div >
329329 < div className = "mt-2" >
330- < div className = "block max-h-48 w-full overflow-y-auto rounded-md border-0 bg-dark-300 bg-white/5 px-3 py-2 text-sm shadow-sm ring-1 ring-inset ring-light-600 focus-within:ring-2 focus-within:ring-inset focus-within:ring-light-700 dark:ring-dark-700 dark:focus-within:ring-dark-700 sm:leading-6" >
330+ < div className = "block max-h-48 min-h-24 w-full overflow-y-auto rounded-md border-0 bg-dark-300 bg-white/5 px-3 py-2 text-sm shadow-sm ring-1 ring-inset ring-light-600 focus-within:ring-2 focus-within:ring-inset focus-within:ring-light-700 dark:ring-dark-700 dark:focus-within:ring-dark-700 sm:leading-6" >
331331 < Editor
332332 content = { description }
333333 onChange = { ( value ) => {
You can’t perform that action at this time.
0 commit comments