Hi, I like your site so I thought about contributing. This topic doesn't quite fit into the Feature Requests so I am posting it here, but feel free to move it if you think otherwise!
So, in this poll for example - http://www.strawpoll.me/10628388 you can see that the 1st option contains a (long) link, which unfortunately overflows and breaks the template by going out onto the right side.
However, being a web designer, I can provide a fix for you :)
In this file --> http://static-strawpoll.cursecdn.com/1-0-6046-21243/Skins/StrawPoll/css/core.css
You have this class: ".poll .covert-list>div label[for]" on line 2
with this property: "margin-left: 90px;"
If you add "word-break: break-word;" to that class, it will fix the problem and it will be responsive (as in, it will work on all resolutions without the need of more media queries).
Be sure to flush the site cache so that new users will not be served the older and bugged page.
Have a good day, all of you, and keep it up!
Flavio
Date
Votes
2 comments
-
AmbyR Official comment Hi there!
Thanks so much for bringing this bug to our attention and also providing a solution! That was really very nice! I have put a work ticket in to our developers to look at and possibly fix this bug.
Thanks again!
CrsAmby
-
Permanently Deleted User You're welcome, I like to support good sites whenever I get the chance :)
This is what it looks like with the fix I provided, by the way, as you can see it goes on a new line, and tries to do it without breaking words (as in, it won't cut words in half unless they are as big as the line itself - which is unlikely for non-link words). You can also still highlight the link, right click and manually hit "Go to page", as it won't mess with the actual spelling (no adding spaces or removing etc).
Please sign in to leave a comment.