Skip to content

Commit

Permalink
🐛Fixes bad positioning of countdown element relative to message compo…
Browse files Browse the repository at this point in the history
…nent and aligns it to bottom left for proper display (#120)
  • Loading branch information
webraptor authored and ynnoj committed Nov 7, 2016
1 parent 107a995 commit ddc2de2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/styles/components/notification-message.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
.c-notification__countdown {
position: absolute;
bottom: 0;
left: 0;
background-color: --countdown-lighten-background;
width: 0;
height: 4px;
Expand Down

0 comments on commit ddc2de2

Please sign in to comment.