Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Feb 28, 2023
2 parents a266fa3 + 41bc085 commit b93f46c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trumbowyg",
"version": "2.27.2",
"version": "2.27.3",
"homepage": "https://github.com/Alex-D/Trumbowyg",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "trumbowyg",
"title": "Trumbowyg",
"description": "A lightweight WYSIWYG editor",
"version": "2.27.2",
"version": "2.27.3",
"main": "dist/trumbowyg.js",
"license": "MIT",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/ui/sass/trumbowyg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ $modal-label-width: 150px;
.trumbowyg-box.trumbowyg-editor-hidden {
.trumbowyg-textarea {
display: block;
flex: 1;
margin-bottom: 1px;
}
.trumbowyg-editor-box {
Expand Down

0 comments on commit b93f46c

Please sign in to comment.