diff --git a/apps/web/src/editor/Toolbar.tsx b/apps/web/src/editor/Toolbar.tsx
index f7b9817..008b6ea 100644
--- a/apps/web/src/editor/Toolbar.tsx
+++ b/apps/web/src/editor/Toolbar.tsx
@@ -270,7 +270,10 @@ export function Toolbar({
disabled={!state.canDeleteColumn}
onClick={() => editor.chain().focus().deleteColumn().run()}
>
- ⊟↕
+ {/* Axis stripes + the × delete marker (already established by
+ deleteTable's ⊠): the earlier ⊟↕/⊟↔ double arrows read as
+ "resize/expand", not "delete" (issue #336). */}
+ ▥×
editor.chain().focus().deleteRow().run()}
>
- ⊟↔
+ ▤×