I'm currently facing a challenge with vertical text display
Check out my plunker
What I'm attempting to accomplish is vertical text where:
- If a short text is placed inside the vertical text div, it should be aligned in the middle of the div
- If a long text is inserted inside the div, it should start from the bottom of the page but remain responsive (if the window is minimized, the text should move up within the div) and have ellipses (...) at the end if the text is too long.
I have successfully achieved 1, but the second objective is not fully functional. There is no responsiveness and the text is overflowing inside the div, making it invisible.