Skip to content

Commit ab41be2

Browse files
committed
Vertically align the two compare tables
Avoids an issue when one table has many more rows than the other and the tables are off-centered.
1 parent 75fe8fb commit ab41be2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,7 @@ td.vscode-codeql__path-index-cell {
178178
cursor: pointer;
179179
text-decoration: underline;
180180
}
181+
182+
.vscode-codeql__compare-body > tbody {
183+
vertical-align: top;
184+
}

0 commit comments

Comments
 (0)