From e56fb0788fc16f475913690c56c5e266e18bc50b Mon Sep 17 00:00:00 2001 From: Brokun Date: Mon, 8 Jul 2019 15:03:14 +0800 Subject: [PATCH] fix #5656: Fixed the position of the button on Notification when displaying multiple lines of text Signed-off-by: Brokun --- packages/messages/src/browser/style/notifications.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/messages/src/browser/style/notifications.css b/packages/messages/src/browser/style/notifications.css index b10719bb26a45..27f2edbfc25d9 100644 --- a/packages/messages/src/browser/style/notifications.css +++ b/packages/messages/src/browser/style/notifications.css @@ -126,8 +126,6 @@ flex-direction: row; order: 4; white-space: nowrap; - align-self: flex-end; - height: 40px; } .theia-Notification .buttons > button {