Skip to content

Commit

Permalink
feat: rows="15"
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Jan 30, 2024
1 parent 1229187 commit 927d970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function loadCollections() {
const markdown = turndownService.turndown(document.getElementById('container-collection-for-markdown'))
const markdownContainer = document.getElementById('markdown-container');
markdownContainer.innerHTML = `
<textarea rows="20" cols="33" class="form-control" id="markdown" rows="3">${markdown}</textarea>
<textarea rows="15" cols="33" class="form-control" id="markdown" rows="3">${markdown}</textarea>
`;

markdownContainer.addEventListener('click', function (e) {
Expand Down

0 comments on commit 927d970

Please sign in to comment.