fixed alignment of icons in tab

This commit is contained in:
Phil Hughes 2018-04-20 17:21:51 +01:00
parent 2c9efd8230
commit b8a89c3107
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
1 changed files with 7 additions and 0 deletions

View File

@ -197,6 +197,13 @@
top: -1px;
}
.ide-file-changed-icon {
display: block;
position: relative;
top: 1px;
right: 3px;
}
&:hover {
background-color: $theme-gray-200;
}