From a9169103357f4e5a2581488bc39d40de41f88cfb Mon Sep 17 00:00:00 2001 From: Taras Novak Date: Thu, 5 Aug 2021 17:08:32 -0500 Subject: [PATCH] set bg and border styles for data summary text output (#90) --- src/renderer/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/styles.css b/src/renderer/styles.css index c7735de..4c1c0d1 100644 --- a/src/renderer/styles.css +++ b/src/renderer/styles.css @@ -12,7 +12,7 @@ margin-right: 10px; } -.data-table { +.data-table, .data-summary .text-output { max-width: 100%; background-color: var(--vscode-editor-background); border: 1px solid var(--vscode-panel-border);