Skip to content

Commit

Permalink
Update resizing CSS for search-in-workspace
Browse files Browse the repository at this point in the history
Fixes #6569

- fixes issue where long search strings are not properly displayed
in the `search-in-workspace` result list.
- removed unnecessary `inline-block` to instead use inherited `display: flex`.

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Nov 20, 2019
1 parent 21da05e commit c674483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/search-in-workspace/src/browser/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@

.t-siw-search-container .resultLine .match {
background: var(--theia-word-highlight-match-color1);
display: inline-block;
line-height: normal;
white-space: pre;
}
Expand Down

0 comments on commit c674483

Please sign in to comment.