Minor css tweaks to enable eoverflow elipsis in more places (#55277)

This commit is contained in:
Jackson Kearl 2018-07-27 16:27:32 -07:00 committed by Ramya Rao
parent 5424fb4926
commit 2cfa05d598
2 changed files with 4 additions and 5 deletions

View file

@ -36,6 +36,9 @@
font-weight: normal;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.monaco-workbench > .part > .title > .title-label a {

View file

@ -27,10 +27,6 @@
height: calc(100% - 38px);
}
.extensions-viewlet > .extensions .list-actionbar-container {
margin-right: 10px;
}
.extensions-viewlet > .extensions .list-actionbar-container .monaco-action-bar .action-item > .octicon {
font-size: 12px;
line-height: 1;
@ -48,7 +44,7 @@
}
.extensions-viewlet > .extensions .panel-header {
padding-right: 12px;
padding-right: 28px;
}
.extensions-viewlet > .extensions .panel-header > .title {