Skip to content

Commit

Permalink
Fix template editor fixed height and unable to scroll content (#308)
Browse files Browse the repository at this point in the history
* The template editor height now expands depending on the content length.
* It had a fixed height, and was unable to scroll content.
* TinyMCE autoresize plugin was blocked by using a flex declaration on the container.
  • Loading branch information
ghinda authored May 13, 2019
1 parent 35805ef commit 15b3df0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gorgias",
"version": "6.1.1",
"version": "6.1.2",
"description": "Gorgias grunt package",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 0 additions & 4 deletions src/background/css/list.styl
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,6 @@
flex: 1;
display: flex;
flex-direction: column;

#qt-body_ifr {
flex: 1;
}
}

}
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "6.1.1",
"version": "6.1.2",
"description": "__MSG_extDesc__",
"short_name": "Gorgias",
"default_locale": "en",
Expand Down

0 comments on commit 15b3df0

Please sign in to comment.