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