Project

General

Profile

Actions

Task #2164

closed

ask.libreofffice.org: css problem not wrapping title line

Added by H J about 7 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Tags:

Description

Hi guys. Please see attached screen shot.


Files

Actions #2

Updated by Florian Effenberger about 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?

Actions #3

Updated by H J about 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?

Actions #4

Updated by Florian Effenberger about 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? ;-)

Actions #5

Updated by Evgeny Fadeev almost 4 years ago

This issue can be closed, fixed wrapping of long words.

Actions #6

Updated by Florian Effenberger almost 4 years ago

  • Status changed from New to Closed

Thanks!

Actions

Also available in: Atom PDF