Use the right display prop when unhiding the delete button

This commit is contained in:
Andy Smith
2025-07-22 15:33:28 -05:00
parent 4a4e072b2b
commit 60d0579c7e
+1 -1
View File
@@ -73,7 +73,7 @@
translate: 0.25em;
.expanded & {
display: flex;
display: grid;
}
}