From 5db298f031638e1c48391cf54efffe1ac199e396 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 2 Feb 2026 21:03:02 +0200 Subject: [PATCH] style/quick edit: increase the horizontal padding of the text to make space for the block toolbar button --- apps/client/src/widgets/dialogs/PopupEditor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/dialogs/PopupEditor.css b/apps/client/src/widgets/dialogs/PopupEditor.css index 197ed9406..262143cea 100644 --- a/apps/client/src/widgets/dialogs/PopupEditor.css +++ b/apps/client/src/widgets/dialogs/PopupEditor.css @@ -92,7 +92,7 @@ body.mobile .modal.popup-editor-dialog .modal-dialog { } .modal.popup-editor-dialog .note-detail-editable-text { - padding: 0 1em; + padding: 0 28px; } .modal.popup-editor-dialog .note-detail-file {