Skip to content

Commit ecc8088

Browse files
committed
More formatting, commenting
1 parent b3552cd commit ecc8088

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

extensions/ql-vscode/src/view/result-tables.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class ResultTables
151151
resultsPath={this.props.resultsPath}
152152
sortState={this.props.sortStates.get(resultSet.schema.name)} />
153153
}
154-
</div >;
154+
</div>;
155155
}
156156
}
157157

extensions/ql-vscode/src/view/resultsView.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ td.vscode-codeql__path-index-cell {
119119
text-align: right;
120120
}
121121

122+
/* Both of these are !important to override the
123+
.vscode-codeql__result-table th { text-align: center } above */
122124
.vscode-codeql__alert-message-cell {
123125
text-align: left !important;
124126
}

0 commit comments

Comments
 (0)