We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3552cd commit ecc8088Copy full SHA for ecc8088
extensions/ql-vscode/src/view/result-tables.tsx
@@ -151,7 +151,7 @@ export class ResultTables
151
resultsPath={this.props.resultsPath}
152
sortState={this.props.sortStates.get(resultSet.schema.name)} />
153
}
154
- </div >;
+ </div>;
155
156
157
extensions/ql-vscode/src/view/resultsView.css
@@ -119,6 +119,8 @@ td.vscode-codeql__path-index-cell {
119
text-align: right;
120
121
122
+/* Both of these are !important to override the
123
+ .vscode-codeql__result-table th { text-align: center } above */
124
.vscode-codeql__alert-message-cell {
125
text-align: left !important;
126
0 commit comments