Fix SQL taskbar icons (#15786)

This commit is contained in:
Charles Gagnon
2021-06-17 12:47:44 -07:00
committed by GitHub
parent 2ec6a689d3
commit d871efc079
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
padding: 0;
}
.button-menu.masked-pseudo-after.dropdown-arrow:after {
height: 100%;
right: 0;
width: 20px;
}

View File

@@ -48,6 +48,10 @@
margin-right: 5px;
}
.carbon-taskbar .monaco-action-bar .action-item .codicon.action-label {
width: 100%;
}
.carbon-taskbar .action-item.more {
padding-right: 15px;
}