We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e553a9 commit d816b00Copy full SHA for d816b00
src/main/webapp/ui/src/Inventory/Subsample/Fields/Notes/NotesList.js
@@ -25,7 +25,7 @@ function NotesList({ record }: NotesListArgs): Node {
25
{firstNote && <NoteItem key={0} note={firstNote} />}
26
{secondNote && <NoteItem key={1} note={secondNote} />}
27
{restOfNotes.length > 0 && (
28
- <Divider textAlign="center" sx={{ backgroundColor: "white" }}>
+ <Divider textAlign="center" sx={{ backgroundColor: "white", mb: 1 }}>
29
<Button
30
size="small"
31
onClick={() => {
0 commit comments