From 08495cb81bd6907e8d4e955adaceb0d9ed3bde2e Mon Sep 17 00:00:00 2001 From: Andrew Serong <14988353+andrewserong@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:52:45 -0700 Subject: [PATCH] Fix table block margin value --- packages/block-library/src/table/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/table/theme.scss b/packages/block-library/src/table/theme.scss index 81558143627876..3adc4d3e452ba7 100644 --- a/packages/block-library/src/table/theme.scss +++ b/packages/block-library/src/table/theme.scss @@ -1,5 +1,5 @@ .wp-block-table { - margin: "0 0 1em 0"; + margin: 0 0 1em 0; thead { border-bottom: 3px solid;