Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link's external icon breaks to the new like on some screens #216

Open
viktor-yakubiv opened this issue Jul 14, 2020 · 1 comment
Open

Link's external icon breaks to the new like on some screens #216

viktor-yakubiv opened this issue Jul 14, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@viktor-yakubiv
Copy link
Member

There is a problem that I see can only be solved with web-fonts at the moment (without JS processing). I wish I am wrong and there is an option with the background + mask bit obviously inline-block behaves like an image too.

Open in new icon falls to the next line

The icon should break with the last work within the link alway. white-space does not help us because it will make the whole link unbreakable.

Originally posted in #209 (comment)

@viktor-yakubiv viktor-yakubiv added the bug Something isn't working label Jul 14, 2020
@viktor-yakubiv
Copy link
Member Author

I explored display: inline-flex solution as the component was originally written so, it prevents text to break what does not fit us since we have a sentence as a hyperlink sometimes. Of course, it can be fixed by flex-wrap: wrap but the problem with this issue will remain then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant