提交 75fa116b 编写于 作者: E Eric Amodio

Fixes #94458 - timeline description overflow

上级 3a62cc87
......@@ -8,10 +8,14 @@
}
.monaco-workbench .timeline-view.pane-header .description {
display: block;
font-weight: normal;
margin-left: 10px;
opacity: 0.6;
overflow: hidden;
text-overflow: ellipsis;
text-transform: none;
font-weight: normal;
white-space: nowrap;
}
.monaco-workbench .timeline-view.pane-header:not(.expanded) .description {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册