Page MenuHomePhabricator

CSS rule "word-break: break-word" breaks line numbers on innline pastes and table headers on phriction documents
Closed, InvalidPublic

Assigned To
Authored By
Pawka
Oct 7 2015, 7:33 AM
Referenced Files
F866199: pasted_file
Oct 7 2015, 7:33 AM
F866189: pasted_file
Oct 7 2015, 7:33 AM

Description

After D14018 fix was landed, few more issues were introduced:

  1. Innline paste numbers are wrapped:

pasted_file (480×761 px, 70 KB)

  1. Table headers are wrapped too:

pasted_file (434×756 px, 28 KB)

Maybe we should add something like this:

th, td {
  word-break: normal;
}

Event Timeline

Pawka assigned this task to chad.
Pawka updated the task description. (Show Details)
Pawka added a subscriber: Pawka.

I'm not able to reproduce this at HEAD. Are you sure your install is up to date? We expected D14063 to resolve this. If this still reproduces at HEAD, can you give us a better idea of OS/Browser for testing?

Yeah. Sorry, was using version prior mentioned diff. Thanks!