From 416c834ffccc6d62eb80c45f56b08917d7ff64c1 Mon Sep 17 00:00:00 2001 From: Aki Hamano Date: Sun, 20 Oct 2024 22:32:31 +0900 Subject: [PATCH] Add box-sizing --- src/editor.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor.scss b/src/editor.scss index 56de166..b309c99 100644 --- a/src/editor.scss +++ b/src/editor.scss @@ -2,6 +2,7 @@ @import "controls/style"; .editor-styles-wrapper .wp-block-flexible-table-block-table { + box-sizing: border-box; > table {