diff --git a/stylesheets/components/LeftPaneSearchInput.scss b/stylesheets/components/LeftPaneSearchInput.scss index 1ad30dd9d7a7..20b0d5061fbe 100644 --- a/stylesheets/components/LeftPaneSearchInput.scss +++ b/stylesheets/components/LeftPaneSearchInput.scss @@ -10,13 +10,13 @@ @include button-reset; @include rounded-corners; align-items: center; - bottom: 3px; + bottom: 4px; display: flex; flex-direction: row; left: 3px; padding: 0 3px 0 0; position: absolute; - top: 5px; + top: 4px; @include light-theme { background-color: $color-gray-25;