Mercurial Hosting > freedit
changeset 37:7076fd22fda5
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 04 Aug 2022 17:21:56 -0600 |
parents | b54e9e2212b7 |
children | 19269d18b949 |
files | src/test/sceditor.html |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/test/sceditor.html Wed Aug 03 23:55:17 2022 -0600 +++ b/src/test/sceditor.html Thu Aug 04 17:21:56 2022 -0600 @@ -8,6 +8,9 @@ width: 100%; height: 200px; } + div.sceditor-container input[type="text"] { + width: 300px; + } </style> <script src="https://cdn.jsdelivr.net/npm/sceditor@3/minified/sceditor.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/sceditor@3/minified/formats/bbcode.min.js"></script> @@ -24,7 +27,7 @@ toolbar: 'source|link,image,youtube|code,bold,italic,underline,strike,superscript,size,color|quote,orderedlist,bulletlist', autoExpand: true, resizeMaxHeight: -1, - resizeEnabled: false, + //resizeEnabled: false, width: '100%', height: 100, emoticonsEnabled: false,