Skip to content

Commit

Permalink
Fix #97176 add bottom padding to search message
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed May 7, 2020
1 parent 5d77caf commit 6fe6853
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/vs/workbench/contrib/search/browser/media/searchview.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@
}

.search-view .message {
padding-left: 22px;
padding-right: 22px;
padding-top: 0px;
padding: 0 22px 8px;
}

.search-view .message p:first-child {
Expand Down

0 comments on commit 6fe6853

Please sign in to comment.