demos: improve mention styling

This commit is contained in:
Philipp Kühn 2021-10-26 16:22:31 +02:00
parent 641ae99701
commit 70f335c088
4 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@
border: 1px solid #000;
border-radius: 0.4rem;
padding: 0.1rem 0.3rem;
box-decoration-break: clone;
}
.character-count {

View File

@ -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 {

View File

@ -54,5 +54,6 @@ export default {
border: 1px solid #000;
border-radius: 0.4rem;
padding: 0.1rem 0.3rem;
box-decoration-break: clone;
}
</style>

View File

@ -63,5 +63,6 @@ export default {
border: 1px solid #000;
border-radius: 0.4rem;
padding: 0.1rem 0.3rem;
box-decoration-break: clone;
}
</style>