style(next): delete note preview dialog: add some gap between note's name and its path

This commit is contained in:
Adorian Doran 2025-02-05 02:31:35 +02:00
parent c6787a9cf2
commit d9f37dfc19

View File

@ -1662,4 +1662,10 @@ body .calendar-dropdown-widget .calendar-body a:hover {
/* Promoted attributes */ /* Promoted attributes */
.promoted-attribute-cell div.input-group { .promoted-attribute-cell div.input-group {
margin: 1px 0; margin: 1px 0;
}
/* Delete notes preview dialog */
.delete-notes-list .note-path {
padding-left: 8px;
} }