From a4ca7e2ca99149c358e8db27fce9982a332aea6b Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Thu, 19 Jan 2017 16:54:34 +0000 Subject: [PATCH] Fix padding in the review panel toolbar for IE. --- services/web/public/stylesheets/app/editor/review-panel.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/editor/review-panel.less b/services/web/public/stylesheets/app/editor/review-panel.less index 97d93e8b9f..2b933afdbe 100644 --- a/services/web/public/stylesheets/app/editor/review-panel.less +++ b/services/web/public/stylesheets/app/editor/review-panel.less @@ -120,7 +120,7 @@ .rp-size-expanded & { display: flex; align-items: center; - justify-content: space-around; + justify-content: space-between; padding: 0 5px; }