From b20f07c5f37cbddbbf055d455880a478a7ce8a89 Mon Sep 17 00:00:00 2001 From: colin-grant-work Date: Tue, 9 Jul 2024 08:13:02 -0600 Subject: [PATCH] Increase group gap (#142) Gap between groups 2px -> 4px --- media/memory-table.css | 2 +- src/webview/columns/data-column.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media/memory-table.css b/media/memory-table.css index 476dfb6..db7899b 100644 --- a/media/memory-table.css +++ b/media/memory-table.css @@ -165,7 +165,7 @@ .byte-group { font-family: var(--vscode-editor-font-family); - margin-right: 2px; + margin-right: 4px; padding: 0 1px; /* we use this padding to balance out the 2px that are needed for the editing */ } diff --git a/src/webview/columns/data-column.tsx b/src/webview/columns/data-column.tsx index 4a929c2..2a01341 100644 --- a/src/webview/columns/data-column.tsx +++ b/src/webview/columns/data-column.tsx @@ -226,8 +226,8 @@ export class EditableDataColumnRow extends React.Component