You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried several combinations of CSS properties but it does not work to break the line when there is a overflow of text. All other CSS properties work fine.
Steps to reproduce
Generate www folder + copy CSS in file style.css
Adapt path to file in tweak_css()
Run the code for shiny app above.
Expected behavior
If there is text overflow in text_extra() fields there should be a line break.
Attachments
No response
Screenshots or Videos
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Guidelines
Project Version
0.2.1
Platform and OS Version
Ubuntu 20.04.1
Existing Issues
No response
What happened?
I have a shiny app with a css style-sheet. Within the shiny app i use reactable and reactable.extras to capture text inputs.
The accompanying style-sheet defines the size of the text input field. I fail to manage preventing text overflow.
I tried several combinations of CSS properties but it does not work to break the line when there is a overflow of text. All other CSS properties work fine.
Steps to reproduce
style.css
tweak_css()
Expected behavior
If there is text overflow in
text_extra()
fields there should be a line break.Attachments
No response
Screenshots or Videos
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: