From cefac73bef0756a4e56e16a5726ca704e1097831 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sun, 26 Mar 2017 17:33:13 +0100 Subject: [PATCH] Fix 589 --- CHANGELOG.md | 1 + sass/elements/notification.sass | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65dff9dc..8e214773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 0.4.1 # Fix #568 max-width container +# Fix #589 notification delete ## 0.4.0 diff --git a/sass/elements/notification.sass b/sass/elements/notification.sass index 5bdc7c37..3aeaff97 100644 --- a/sass/elements/notification.sass +++ b/sass/elements/notification.sass @@ -9,7 +9,7 @@ background: $white pre code background: transparent - .delete + & > .delete position: absolute right: 0.5em top: 0.5em