We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79edf29 commit cf1bb4fCopy full SHA for cf1bb4f
src/extension.ts
@@ -540,7 +540,7 @@ class CsvEditorProvider implements vscode.CustomTextEditorProvider {
540
<meta name="viewport" content="width=device-width, initial-scale=1.0">
541
<title>CSV</title>
542
<style nonce="${nonce}">
543
- body { font-family: "${fontFamily}"; margin: 0; padding: 0; user-select: none; }
+ body { font-family: ${fontFamily}; margin: 0; padding: 0; user-select: none; }
544
.table-container { overflow-x: auto; max-height: 100vh; }
545
table { border-collapse: collapse; width: max-content; }
546
th, td { padding: ${cellPadding}px 8px; border: 1px solid ${isDark ? '#555' : '#ccc'}; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
0 commit comments