提交 52febdaa 编写于 作者: B Benjamin Pasero

Avoid usages of `.row` in command palette

上级 19fa856c
......@@ -442,8 +442,8 @@ class Renderer implements IRenderer<QuickOpenEntry> {
container.appendChild(entryContainer);
// Entry
const row1 = DOM.$('.row');
const row2 = DOM.$('.row');
const row1 = DOM.$('.quick-open-row');
const row2 = DOM.$('.quick-open-row');
const entry = DOM.$('.quick-open-entry', null, row1, row2);
entryContainer.appendChild(entry);
......
......@@ -54,7 +54,7 @@
flex-direction: column;
}
.quick-open-widget .quick-open-tree .quick-open-entry > .row {
.quick-open-widget .quick-open-tree .quick-open-entry > .quick-open-row {
display: flex;
align-items: center;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册