diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index ffea161ca..b355a04d2 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1662,4 +1662,10 @@ body .calendar-dropdown-widget .calendar-body a:hover { /* Promoted attributes */ .promoted-attribute-cell div.input-group { margin: 1px 0; +} + +/* Delete notes preview dialog */ + +.delete-notes-list .note-path { + padding-left: 8px; } \ No newline at end of file