Skip to content

Commit

Permalink
Fix SiW result line styling (#13071)
Browse files Browse the repository at this point in the history
  • Loading branch information
KR155E authored Nov 13, 2023
1 parent 5fcb2f5 commit 6d1feca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/search-in-workspace/src/browser/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@
margin-left: 3px;
}

.t-siw-search-container .resultLine {
flex-grow: 1;
}

.t-siw-search-container .resultLine .match {
white-space: pre;
background: var(--theia-editor-findMatchHighlightBackground);
Expand Down

0 comments on commit 6d1feca

Please sign in to comment.