This commit is contained in:
Jason Reed 2020-02-13 08:17:16 -05:00
Родитель b3552cd4a1
Коммит ecc80886d3
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -151,7 +151,7 @@ export class ResultTables
resultsPath={this.props.resultsPath}
sortState={this.props.sortStates.get(resultSet.schema.name)} />
}
</div >;
</div>;
}
}

Просмотреть файл

@ -119,6 +119,8 @@ td.vscode-codeql__path-index-cell {
text-align: right;
}
/* Both of these are !important to override the
.vscode-codeql__result-table th { text-align: center } above */
.vscode-codeql__alert-message-cell {
text-align: left !important;
}