Merge pull request #818 from eclipse/CHE-106

CHE-106 Padding in the minimap is not enough
6.19.x
Vitaliy Guliy 2016-03-31 11:18:42 +03:00
commit abbc42c2a5
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,8 @@
font-size: 2px !important;
cursor: pointer;
box-sizing: border-box;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-left: 1px solid transparent;
border-right: 5px solid transparent;
}
.textviewTooltip {
font-family: "Open Sans", sans-serif;