Jeremy Thomas 8 years ago
parent
commit
cefac73bef
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      sass/elements/notification.sass

+ 1 - 0
CHANGELOG.md

@@ -3,6 +3,7 @@
 ## 0.4.1
 
 # Fix #568 max-width container
+# Fix #589 notification delete
 
 ## 0.4.0
 

+ 1 - 1
sass/elements/notification.sass

@@ -9,7 +9,7 @@
     background: $white
   pre code
     background: transparent
-  .delete
+  & > .delete
     position: absolute
     right: 0.5em
     top: 0.5em