Task #2164
closedask.libreofffice.org: css problem not wrapping title line
0%
Description
Hi guys. Please see attached screen shot.
Files
Updated by Olivier Hallot over 7 years ago
- Assignee set to Evgeny Fadeev
Confirmed.
And comments too.
https://ask.libreoffice.org/pt-br/question/88734/como-melhorar-as-macros-que-estao-na-minha-planilha/
Updated by Florian Effenberger over 7 years ago
I didn't find the exact question listed, but e.g.
https://ask.libreoffice.org/pt-br/question/88516/boa-noite-eu-preciso-criar-uma-planilha-excel-de-escala-de-trabalho-exemplo-2101-a-20022017-12-meses/
has correct line wraps for me and is a quite long title.
Does this problem still persist?
Updated by H J over 7 years ago
Florian, Sorry, but problem is still there at:
https://ask.libreoffice.org/en/question/87242/createunoservicecomsunstarsystemsimplesystemmail-not-working/
This might also help you:
http://stackoverflow.com/questions/3949762/how-to-wrap-text-using-css#5108401
Florian Effenberger wrote:
I didn't find the exact question listed, but e.g.
https://ask.libreoffice.org/pt-br/question/88516/boa-noite-eu-preciso-criar-uma-planilha-excel-de-escala-de-trabalho-exemplo-2101-a-20022017-12-meses/
has correct line wraps for me and is a quite long title.Does this problem still persist?
Updated by Florian Effenberger over 7 years ago
Feedback from Xisco:
At first glance, it seems the problem occurs when the title has a long word. Ie: createUnoService("com.sun.star.system.SimpleSystemMail") so I think adding the following attributes might fix the problem ( although I haven't testes it deeply ): .vote-buttons { float: left; } .question-page .post-content { float: right; word-wrap: break-word; width: 675px; }
Evgeny, can you have a look? ;-)
Updated by Evgeny Fadeev over 4 years ago
This issue can be closed, fixed wrapping of long words.