Skip to content

Commit d816b00

Browse files
committed
whitespace
1 parent 0e553a9 commit d816b00

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/ui/src/Inventory/Subsample/Fields/Notes

1 file changed

+1
-1
lines changed

src/main/webapp/ui/src/Inventory/Subsample/Fields/Notes/NotesList.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function NotesList({ record }: NotesListArgs): Node {
2525
{firstNote && <NoteItem key={0} note={firstNote} />}
2626
{secondNote && <NoteItem key={1} note={secondNote} />}
2727
{restOfNotes.length > 0 && (
28-
<Divider textAlign="center" sx={{ backgroundColor: "white" }}>
28+
<Divider textAlign="center" sx={{ backgroundColor: "white", mb: 1 }}>
2929
<Button
3030
size="small"
3131
onClick={() => {

0 commit comments

Comments
 (0)