examples: fix styling of table examples

This commit is contained in:
Hans Pagel 2021-10-15 14:49:12 +02:00
parent 0a5d4b6658
commit 808d32f9a7
2 changed files with 8 additions and 0 deletions

View File

@ -267,6 +267,10 @@ export default {
background-color: #adf;
pointer-events: none;
}
p {
margin: 0;
}
}
}

View File

@ -166,6 +166,10 @@ export default {
background-color: #adf;
pointer-events: none;
}
p {
margin: 0;
}
}
}