Fixed ol and ul number truncation in prop viewers

This commit is contained in:
Stefan Zermatten
2023-08-24 11:17:26 +02:00
parent 7c2b7419d9
commit b2f47052aa

View File

@@ -199,5 +199,7 @@ export default {
</script>
<style lang="css">
.property-viewer ol, .property-viewer ul {
padding-left: 36px;
}
</style>