We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d71ce4 commit a858b39Copy full SHA for a858b39
extensions/ql-vscode/src/view/results/AlertTablePathNodeRow.tsx
@@ -100,7 +100,7 @@ export function AlertTablePathNodeRow(props: Props) {
100
)}
101
>
102
{userSettings.shouldShowProvenance ? (
103
- <div className="vscode-codeql__taxa-cell-div">
+ <div className="vscode-codeql__taxa-cell-contents">
104
<TaxaLocations
105
taxa={step.taxa}
106
run={run}
extensions/ql-vscode/src/view/results/resultsView.css
@@ -149,7 +149,7 @@ td.vscode-codeql__path-index-cell {
149
text-align: left !important;
150
}
151
152
-.vscode-codeql__taxa-cell-div {
+.vscode-codeql__taxa-cell-contents {
153
background-color: transparent;
154
display: grid;
155
0 commit comments