From 808d32f9a7a9c0d7d4743293160facfc362a3d05 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Fri, 15 Oct 2021 14:49:12 +0200 Subject: [PATCH] examples: fix styling of table examples --- demos/src/Examples/Tables/Vue/index.vue | 4 ++++ demos/src/Nodes/Table/Vue/index.vue | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/demos/src/Examples/Tables/Vue/index.vue b/demos/src/Examples/Tables/Vue/index.vue index 39cfc1b58..6ecde9185 100644 --- a/demos/src/Examples/Tables/Vue/index.vue +++ b/demos/src/Examples/Tables/Vue/index.vue @@ -267,6 +267,10 @@ export default { background-color: #adf; pointer-events: none; } + + p { + margin: 0; + } } } diff --git a/demos/src/Nodes/Table/Vue/index.vue b/demos/src/Nodes/Table/Vue/index.vue index 2b5c8c147..65d09abef 100644 --- a/demos/src/Nodes/Table/Vue/index.vue +++ b/demos/src/Nodes/Table/Vue/index.vue @@ -166,6 +166,10 @@ export default { background-color: #adf; pointer-events: none; } + + p { + margin: 0; + } } }