From 733d487cabccf6d1cd46bf862e2963d98ab2c4e2 Mon Sep 17 00:00:00 2001 From: Rahmon Date: Tue, 28 Nov 2017 08:43:47 -0200 Subject: [PATCH] Fix author select width --- editor/edit-post/sidebar/post-author/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/edit-post/sidebar/post-author/style.scss b/editor/edit-post/sidebar/post-author/style.scss index a423d651051b8..879bdbeafc28d 100644 --- a/editor/edit-post/sidebar/post-author/style.scss +++ b/editor/edit-post/sidebar/post-author/style.scss @@ -1,3 +1,4 @@ .editor-post-author__select { margin: -5px 0; + width: 100%; }