From 32e2a1b2c7b5b57d4a7fccae5341c857dda193ff Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 2 May 2018 09:41:30 -0400 Subject: [PATCH] fix #2809 --- src/css/popup.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/popup.css b/src/css/popup.css index 12b0b8e1d..fb801e12d 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -1,3 +1,8 @@ +html { + align-items: align-items; + display: flex; + justify-content: flex-end; + } body { background-color: white; border: 0;