More PR feedback
This commit is contained in:
@@ -100,7 +100,7 @@ export function AlertTablePathNodeRow(props: Props) {
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{userSettings.shouldShowProvenance ? (
|
{userSettings.shouldShowProvenance ? (
|
||||||
<div className="vscode-codeql__taxa-cell-div">
|
<div className="vscode-codeql__taxa-cell-contents">
|
||||||
<TaxaLocations
|
<TaxaLocations
|
||||||
taxa={step.taxa}
|
taxa={step.taxa}
|
||||||
run={run}
|
run={run}
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ td.vscode-codeql__path-index-cell {
|
|||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vscode-codeql__taxa-cell-div {
|
.vscode-codeql__taxa-cell-contents {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
display: grid;
|
display: grid;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user