Skip to content

Commit 223cbfa

Browse files
Merge pull request #1104 from blesildaramirez/i11788_stable-3_5_0
pkp/pkp-lib#11788 [stable-3_5_0] [TinyMCE] | Source Code text area - Journal Settings > Setup > Masthead > About the Journal, Selecting the source code option for tinyMCE displays shrunken text area
2 parents 66e98cd + 9343d60 commit 223cbfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineConfig(({mode}) => {
3535
copy({
3636
targets: [
3737
{
38-
src: 'lib/ui-library/public/styles/tinymce/*',
38+
src: 'node_modules/tinymce/skins/ui/tinymce-5/**/*.css',
3939
dest: 'lib/pkp/styles/tinymce',
4040
},
4141
{

0 commit comments

Comments
 (0)