diff --git a/app/assets/stylesheets/common/base/menu-panel.scss b/app/assets/stylesheets/common/base/menu-panel.scss index 1e1c8cbb1ef..9eb96fb380e 100644 --- a/app/assets/stylesheets/common/base/menu-panel.scss +++ b/app/assets/stylesheets/common/base/menu-panel.scss @@ -114,9 +114,9 @@ } input[type='text'] { - margin: 0.5em 0 0.5em; + margin: 0.5em 3px; box-sizing: border-box; - width: 100%; + width: calc(100% - 6px); height: 32px; padding: 5px; }