From e37f29879a7f6d904a8ff8764750e0709df630b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 22 Apr 2015 13:00:59 +0200 Subject: [PATCH] Add single item width to aviod language bugs --- app/styles/components/notification-message.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/components/notification-message.scss b/app/styles/components/notification-message.scss index f4a88862..f43d9a50 100644 --- a/app/styles/components/notification-message.scss +++ b/app/styles/components/notification-message.scss @@ -5,6 +5,7 @@ right: -370px; top: 2%; transition: opacity .2s ease-in; + width: 370px; &.active { animation: animSlide 2000ms linear both; opacity: 1;