mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-25 12:39:03 +08:00
add stylesheet to the read only example
This commit is contained in:
parent
a25cb32d65
commit
12d24fb35c
@ -52,4 +52,6 @@ export default {
|
||||
this.editor.destroy()
|
||||
},
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style lang="scss" src="./style.scss">
|
@ -1,3 +1,7 @@
|
||||
.checkbox {
|
||||
margin-bottom: 1rem;
|
||||
|
||||
input[type="checkbox"] {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user