| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
👍 for PR approval. |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
NOTE: Cherry-picked from #5251 due to CI infrastructure issues with the original PR.
When setting line-height using a stylesheet, line break mode will stop working.
Working line break mode:
https://play.nativescript.org/?template=play-ng&id=3HPeu8
Now adding a style to home.component.css:
Results in broken line break mode:
https://play.nativescript.org/?template=play-ng&id=3HPeu8&v=5
My Pull Request fixes this behavior.