提交 cd677683 编写于 作者: R Rachel Macfarlane

Left align 'Name' label in process explorer, fixes #48500

上级 d176b348
......@@ -43,7 +43,6 @@ th {
border-bottom: 1px solid #cccccc;
padding: .5rem;
border-top: 1px solid #cccccc;
text-align: center;
}
td {
padding: .25rem;
......@@ -54,8 +53,13 @@ td {
text-align: center;
}
.nameLabel{
text-align: left;
}
.data {
white-space: pre;
padding-left: .5rem;
}
tbody > tr:hover {
......
......@@ -75,7 +75,7 @@ function updateProcessInfo(processList): void {
<th class="cpu">${localize('cpu', "CPU %")}</th>
<th class="memory">${localize('memory', "Memory (MB)")}</th>
<th class="pid">${localize('pid', "pid")}</th>
<th>${localize('name', "Name")}</th>
<th class="nameLabel">${localize('name', "Name")}</th>
</tr>`;
processList.forEach(p => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册