提交 54672717 编写于 作者: C Christof Marti

Max height

上级 fe76fb26
......@@ -40,6 +40,11 @@
line-height: 22px;
}
.quick-input-checkbox-list .monaco-list {
overflow: hidden;
max-height: calc(20 * 22px);
}
.quick-input-checkbox-list .quick-input-checkbox-list-entry {
overflow: hidden;
display: flex;
......@@ -55,6 +60,7 @@
.quick-input-checkbox-list .quick-input-checkbox-list-checkbox {
align-self: center;
/* TODO */
/* margin-top: 5px; */
}
......
......@@ -34,7 +34,6 @@ export class QuickInputService extends Component implements IQuickInputService {
private static readonly ID = 'workbench.component.quickinput';
private static readonly MAX_WIDTH = 600; // Max total width of quick open widget
// private static readonly MAX_ITEMS_HEIGHT = 20 * 22; // TODO Max height of item list below input field
private layoutDimensions: Dimension;
private container: HTMLElement;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册