Skip to content

Commit

Permalink
Merge pull request #8432 from kisstkondoros/patch-2
Browse files Browse the repository at this point in the history
fix for "screen cheese with long error messages"
  • Loading branch information
sandy081 authored Jun 29, 2016
2 parents 94b5d9f + e75cc7c commit c5c2489
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/vs/workbench/parts/markers/browser/media/markers.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,10 @@
}

.markers-panel .icon {
float: left;
display: block;
width: 16px;
height: 22px;
margin-right: 4px;
margin-left: 4px;
flex: 0 0 16px;
}

.markers-panel .icon.warning {
Expand All @@ -131,4 +129,4 @@

.vs-dark .markers-panel .icon.info:before {
background: url('status-info-inverse.svg') center center no-repeat;
}
}

0 comments on commit c5c2489

Please sign in to comment.