Skip to content

Commit

Permalink
Merge pull request #91429 from jaqra/fix-search-view-padding
Browse files Browse the repository at this point in the history
Fix search view 'Toggle Search Detail' padding
  • Loading branch information
roblourens authored Mar 2, 2020
2 parents 018b3fe + 04d468b commit 32beb6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vs/workbench/contrib/search/browser/media/searchview.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.search-view .search-widgets-container {
margin: 0px 12px 0 2px;
padding-top: 6px;
padding-bottom: 6px;
}

.search-view .search-widget .toggle-replace-button {
Expand Down Expand Up @@ -132,7 +133,7 @@
}

.search-view .query-details.more .file-types:last-child {
padding-bottom: 10px;
padding-bottom: 4px;
}

.search-view .query-details.more h4 {
Expand Down

0 comments on commit 32beb6c

Please sign in to comment.