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

overflow issue on (?) help icon and long powertag names #10124

Closed
jywarren opened this issue Aug 31, 2021 · 6 comments · Fixed by #10131
Closed

overflow issue on (?) help icon and long powertag names #10124

jywarren opened this issue Aug 31, 2021 · 6 comments · Fixed by #10131
Labels
bug the issue is regarding one of our programs which faces problems when a certain task is executed CSS help wanted requires help by anyone willing to contribute

Comments

@jywarren
Copy link
Member

There's an overflow/overlap issue on the (?) help icon and long powertag names:

image

I'm not sure what to do about this visually! Can we force a wrap?

Originally posted by @jywarren in #9987 (comment)

@jywarren
Copy link
Member Author

Yes, we should be able to. We can test this in the Chrome dev console too:

    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */

https://stackoverflow.com/questions/18891755/force-word-wrap-through-css

https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap

Test this out on this page!:

https://publiclab.org/notes/bhamster/08-06-2021/building-a-coqui-water-conductivity-sensor-and-analyzing-its-sound

@jywarren jywarren added bug the issue is regarding one of our programs which faces problems when a certain task is executed CSS help wanted requires help by anyone willing to contribute labels Aug 31, 2021
@StephNathai
Copy link
Contributor

Hi, can I fix this?

@jywarren
Copy link
Member Author

jywarren commented Sep 2, 2021

We'd love your help, yes! Do you think you could try opening a pull request? We're happy to help, here, in the weekly check-in at #10126, or in the chatroom at https://gitter.im/publiclab/publiclab ! 🎉

@StephNathai
Copy link
Contributor

@jywarren Yep I'll open one. Lemme figure out the best fix and then it just needs a quick review from my employer and I'll push up the PR here.

@jywarren
Copy link
Member Author

jywarren commented Sep 2, 2021 via email

@StephNathai
Copy link
Contributor

@jywarren PR is up and ready for your review. Pease let me know if anything needs to be changed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug the issue is regarding one of our programs which faces problems when a certain task is executed CSS help wanted requires help by anyone willing to contribute
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants