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; } }