More PR feedback

This commit is contained in:
Dave Bartolomeo
2024-07-30 16:12:45 -04:00
parent 5d71ce41a8
commit a858b39f26
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ export function AlertTablePathNodeRow(props: Props) {
)}
>
{userSettings.shouldShowProvenance ? (
<div className="vscode-codeql__taxa-cell-div">
<div className="vscode-codeql__taxa-cell-contents">
<TaxaLocations
taxa={step.taxa}
run={run}

View File

@@ -149,7 +149,7 @@ td.vscode-codeql__path-index-cell {
text-align: left !important;
}
.vscode-codeql__taxa-cell-div {
.vscode-codeql__taxa-cell-contents {
background-color: transparent;
display: grid;
}