Skip to content

Commit

Permalink
Merge pull request #527 from tone-row/dev
Browse files Browse the repository at this point in the history
v1.35.1
  • Loading branch information
rob-gordon authored Jun 7, 2023
2 parents e7e4cc3 + d95321c commit c26d6d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "1.35.0",
"version": "1.35.1",
"main": "module/module.js",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions app/src/components/TextResizer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
position: absolute;
bottom: 30px;
left: 30px;
/* visibility: hidden;
z-index: -1; */
visibility: hidden;
z-index: -1;
display: inline-block;
word-break: keep-all;
white-space: pre-wrap;
Expand Down

1 comment on commit c26d6d4

@vercel
Copy link

@vercel vercel bot commented on c26d6d4 Jun 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.