From 05a490549030505aa46ddf375217afb6ff6bea87 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 1 Jul 2021 17:23:52 +0100 Subject: [PATCH] Fix padding of compact notification Closes #3045 --- .../@node-red/editor-client/src/sass/notifications.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/node_modules/@node-red/editor-client/src/sass/notifications.scss b/packages/node_modules/@node-red/editor-client/src/sass/notifications.scss index e2617f995..52e8509b3 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/notifications.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/notifications.scss @@ -60,13 +60,13 @@ } .red-ui-notification-compact { - p { - margin: 0; - } .ui-dialog-buttonset { + button { + line-height: 12px; + } margin-top: 0; position: absolute; - top: 8px; + top: 6px; right: 10px; } }