José Varela
2023-04-24 13:38:20 +01:00
committed by GitHub
parent 964e302348
commit d01972f4f6
2 changed files with 5 additions and 1 deletions

View File

@@ -364,7 +364,7 @@ export default defineComponent({
.join(' ');
if (styleFormats) {
toolbarString += ' styleselect';
toolbarString += ' styles';
}
return {

View File

@@ -151,6 +151,10 @@ body.dark .tox .tox-toolbar__overflow {
background: var(--border-normal);
}
.tox .tox-tbtn--bespoke {
background: inherit;
}
.tox .tox-tbtn + .tox .tox-tbtn {
margin-left: 2px;
}