Dated(?) markup causes overly long lines #424

Closed
opened 2024-06-21 13:21:06 +00:00 by p3k · 2 comments
p3k commented 2024-06-21 13:21:06 +00:00 (Migrated from github.com)

In some Antville.org sites the layout is botched because the lines of a paragraph are running over.

Examples:

Source: https://tobi.antville.org/stories/2317931/

In some Antville.org sites the layout is botched because the lines of a paragraph are running over. Examples: - [sosin.antville.org](https://sosin.antville.org/stories/478360/) - [infam.antville.org](https://infam.antville.org/stories/478314/) - [tiny.antville.org](https://tiny.antville.org/stories/2304569/) - [derrotefaden.antville.org](https://derrotefaden.antville.org/stories/478210/) _Source: <https://tobi.antville.org/stories/2317931/>_
p3k commented 2024-06-21 13:23:57 +00:00 (Migrated from github.com)

The source provides remedies, the most promising one the following CSS that could be appended to the static main.css file:

td[nowrap][width]:not([width$='%']) {
  white-space: normal;
}

This CSS is already active on Antville.org; let’s wait and see if it needs some fine-tuning.

Eventually, it should be added to the CSS compatibility layer.

The source provides remedies, the most promising one the following CSS that could be appended to the static main.css file: ```css td[nowrap][width]:not([width$='%']) { white-space: normal; } ``` This CSS is already active on Antville.org; let’s wait and see if it needs some fine-tuning. Eventually, it should be added to the CSS compatibility layer.
Owner

Fixed in 5b929bf0ca.

Fixed in 5b929bf0cad0d3b225807bce1943ffe62666e616.
tobi closed this issue 2025-05-30 20:53:52 +00:00
tobi self-assigned this 2025-05-30 20:53:54 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: antville/antville#424
No description provided.