Problem with text overflow
4 posters
Page 1 of 1
Problem with text overflow
Technical Details
Forum version : #PunBB
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome, Internet Explorer, Opera, Safari, Other
Screenshot of problem : https://2img.net/h/oi66.tinypic.com/1534dw8.png
Who the problem concerns : All members
When the problem appeared : When I upgraded to Punbb
Forum link : http://onepiecegr.forum-pro.org/
Description of problem
Hello once againAs you can see in the picture everything in the topic is completely wrong for some reason I can't understand. The vote options are messed up a lot. The title of the topic, while it is long, it won't go to the line below and it is getting cut by the module section. I can't describe it better so if you need any clarification, tell me.
Thanks a lot
Last edited by Scarlet D. on November 10th 2016, 4:25 pm; edited 1 time in total
Re: Problem with text overflow
Please post a link to a topic that has this issue that guests can see.


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Problem with text overflow
SLGray wrote:Please post a link to a topic that has this issue that guests can see.
here it is
http://www.onepiecegr.com/t1812-topic
Re: Problem with text overflow
Yesterday at 8:56 pm
Today at 3:38 pm
Today at 3:38 pm
Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
|


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Problem with text overflow
SLGray wrote:Yesterday at 8:56 pm
Today at 3:38 pm
Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
Please read our forum rules: ESF General Rules
oh I am sorry, I thought it was 12 hours and not 24

Anyway the problem is 50% resolved, seems like i put word limits on the topic titles and that seemed to work good. Now only one problem remains:
The Poll, as you can see in the picture and this topic, the poll is completely wrong and does not adjust with the options, as a result, when the options are long enough the words just mix with the poll bar

Re: Problem with text overflow
try adding this to your css
- Code:
.pun .postmain {
word-break: break-all;
}
Re: Problem with text overflow
_Twisted_Mods_ wrote:try adding this to your css
- Code:
.pun .postmain {
word-break: break-all;
}
hmm yes, this is very close to the answer, althought as you can see in this topic, the "break" command is actually breaking the words.
For example:
a vote option saying:
Hana Hana no Mi (Nico Robi
n)
is it possible to make the whole "robin" word changing line in order not to break the whole word?
like this:
Hana Hana no Mi(Nico
Robin)
Re: Problem with text overflow
try this
the reason its doing it is because its not a real work their are no spaces in between so it doesnt break correct
- Code:
.pun .postmain {
word-wrap: break-word;
}
the reason its doing it is because its not a real work their are no spaces in between so it doesnt break correct
Re: Problem with text overflow
yes, indeed it's working! Thanks a lot once more_Twisted_Mods_ wrote:try this
- Code:
.pun .postmain {
word-wrap: break-word;
}
the reason its doing it is because its not a real work their are no spaces in between so it doesnt break correct

Re: Problem with text overflow
Problem solved & topic archived.
|

» Text problem
» Html page Data overflow break Problem
» RPG Module Character Sheet Problem - Text/list text invisible
» Text problem
» Problem with seeing text
» Html page Data overflow break Problem
» RPG Module Character Sheet Problem - Text/list text invisible
» Text problem
» Problem with seeing text
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum