Skip to content

Commit 6ce2650

Browse files
committed
Improve table sizing
Signed-off-by: worksofliam <[email protected]>
1 parent 6fc3713 commit 6ce2650

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-db2i",
33
"displayName": "Db2 for IBM i",
44
"description": "Db2 for IBM i tools in VS Code",
5-
"version": "1.6.3-scott10",
5+
"version": "1.6.3-scott11",
66
"engines": {
77
"vscode": "^1.95.0"
88
},

src/views/html.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function getHeader(options: {withCollapsed?: boolean} = {}): string {
99
border-collapse: collapse;
1010
font-size: 0.9em;
1111
font-family: sans-serif;
12-
min-width: 400px;
12+
min-width: 100%;
1313
}
1414
1515
thead tr {

src/views/results/html.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ export function generateScroller(basicSelect: string, isCL: boolean, withCancel?
498498
}
499499
</script>
500500
</head>
501-
<body>
501+
<body style="padding: 0;">
502502
<table id="resultset">
503503
<thead></thead>
504504
<tbody></tbody>

0 commit comments

Comments
 (0)