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; + } } }