Making WordPress.org

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#1157 closed defect (bug) (fixed)

Don't use CSS word-break style for translation strings

Reported by: netweb's profile netweb Owned by: ocean90's profile ocean90
Milestone: Priority: normal
Component: Translate Site & Plugins Keywords: needs-patch close
Cc:

Description

Using word-break: break-all; CSS style for translations strings makes the strings harder to read.

This change was recently added in r1734

https://cldup.com/MU7fBJ2z1m.png

Attachments (1)

1157.diff (453 bytes) - added by netweb 9 years ago.

Download all attachments as: .zip

Change History (5)

@netweb
9 years ago

#1 @ocean90
9 years ago

  • Keywords needs-patch added; has-patch removed

#2 @netweb
9 years ago

  • Keywords close added

Oh, keeping those wrapped is probably the higher priority of the two.

Shame there is no break on punctuation option in CSS' word-break

Suggesting close, could maybelater it...

#3 @ocean90
9 years ago

  • Owner set to ocean90
  • Resolution set to fixed
  • Status changed from new to closed

In 1808:

Translate: Replace word-break: break-all with word-wrap: break-word which breaks words only when necessary.

fixes #1157.

#4 @netweb
9 years ago

Nice, thanks Dominik :)

Note: See TracTickets for help on using tickets.