mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
demos: improve mention styling
This commit is contained in:
parent
641ae99701
commit
70f335c088
@ -18,6 +18,7 @@
|
||||
border: 1px solid #000;
|
||||
border-radius: 0.4rem;
|
||||
padding: 0.1rem 0.3rem;
|
||||
box-decoration-break: clone;
|
||||
}
|
||||
|
||||
.character-count {
|
||||
|
@ -118,6 +118,7 @@ export default {
|
||||
border: 1px solid #000;
|
||||
border-radius: 0.4rem;
|
||||
padding: 0.1rem 0.3rem;
|
||||
box-decoration-break: clone;
|
||||
}
|
||||
|
||||
.character-count {
|
||||
|
@ -54,5 +54,6 @@ export default {
|
||||
border: 1px solid #000;
|
||||
border-radius: 0.4rem;
|
||||
padding: 0.1rem 0.3rem;
|
||||
box-decoration-break: clone;
|
||||
}
|
||||
</style>
|
||||
|
@ -63,5 +63,6 @@ export default {
|
||||
border: 1px solid #000;
|
||||
border-radius: 0.4rem;
|
||||
padding: 0.1rem 0.3rem;
|
||||
box-decoration-break: clone;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user