From 0711a197dbc053ec0a0da14809a00a8dcc2c77cf Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 3 Jul 2025 20:52:38 +0300 Subject: [PATCH] style(next): tweak the "Delete notes preview" dialog width --- apps/client/src/stylesheets/theme-next/dialogs.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/dialogs.css b/apps/client/src/stylesheets/theme-next/dialogs.css index 45456693b..0351e6f23 100644 --- a/apps/client/src/stylesheets/theme-next/dialogs.css +++ b/apps/client/src/stylesheets/theme-next/dialogs.css @@ -382,6 +382,10 @@ div.tn-tool-dialog { /* DELETE NOTE PREVIEW DIALOG */ +.delete-notes-dialog .modal-dialog { + --bs-modal-width: fit-content; +} + .delete-notes-list .note-path { padding-left: 8px; }