Skip to content

Commit

Permalink
Fixed #5793: fixed the alignment in search-in-workspace result node
Browse files Browse the repository at this point in the history
- Fixed the alignment in the search-in-workspace result node. The `close` icon now is properly aligned with the notification count number icon.

Signed-off-by: fangnx <naxin.fang@ericsson.com>
  • Loading branch information
fangnx committed Jul 29, 2019
1 parent 5c29802 commit 809d381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/search-in-workspace/src/browser/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@
.result-node-buttons > span {
width: 15px;
height: 15px;
margin-right: 3px;
margin-left: 2.5px;
margin-right: 0.5px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
Expand Down

0 comments on commit 809d381

Please sign in to comment.