File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/components/atomic-crm/notes Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -149,9 +149,9 @@ export const Note = ({
149149 </ span >
150150 </ div >
151151 { isEditing ? (
152- < Form onSubmit = { handleNoteUpdate } record = { note } >
152+ < Form onSubmit = { handleNoteUpdate } record = { note } className = "mt-1" >
153153 < NoteInputs showStatus = { showStatus } />
154- < div className = "flex justify-end mt-4 space-x-4" >
154+ < div className = "flex justify-end mt-2 space-x-4" >
155155 < Button
156156 variant = "ghost"
157157 onClick = { handleCancelEdit }
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export const NoteInputs = ({ showStatus }: { showStatus?: boolean }) => {
2424 multiline
2525 helperText = { false }
2626 placeholder = "Add a note"
27+ rows = { 6 }
2728 />
2829
2930 { ! displayMore && (
You can’t perform that action at this time.
0 commit comments