Closed donrestarone closed 2 years ago
The overflow is not happening on my machine.
@Ayon95 I don't think you are replicating the issue correctly. Please also specify where you are testing (eg; Firefox on windows 10)
note the issue here: https://github.com/restarone/violet_rails/issues/872#issue-1293472425 the problem arises when you add vertical text-- not horizontal text (again, see illustration above)
Oh I see. I tested it with vertical text, and yes it is overflowing. The reason is that Bootstrap classes like form-control
enforce a fixed height. It can be fixed by setting the height of the rich text area to auto
.
Tested on Chrome Windows 10.
@Ayon95 thanks! if you have the bandwidth, please feel free to submit a PR with a fix 🙏
All right, I'll submit a PR with the fix later today.
Describe the bug
Text does not show correctly on the vertical axis
To Reproduce Steps to reproduce the behavior:
Expected behavior
rich text area should expand