Skip to content

Commit

Permalink
IT-4794 use resize instead of float
Browse files Browse the repository at this point in the history
  • Loading branch information
pioziol123 committed Sep 2, 2022
1 parent a348545 commit 2c275e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/TextareaView.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export default class TextareaView extends InputView {
attributes: {
...this.template.attributes,
style: {
float: 'left'
resize: 'both',
overflow: 'auto'
}
}
} );
Expand Down

0 comments on commit 2c275e7

Please sign in to comment.