[wp-trac] [WordPress Trac] #40994: Latest update broke full justification
WordPress Trac
noreply at wordpress.org
Mon Jul 8 10:39:48 UTC 2019
#40994: Latest update broke full justification
-------------------------------+-----------------------
Reporter: seasoned_geek | Owner: (none)
Type: defect (bug) | Status: reopened
Priority: normal | Milestone:
Component: Editor | Version: 4.8
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+-----------------------
Changes (by seasoned_geek):
* status: closed => reopened
* resolution: worksforme =>
Comment:
I never got the request for more information. The paragraph level
justification broke. I wrote a post years ago about it.
http://www.interestingauthors.com/blog/thankyousirmayihaveanother/getting-
justification-and-underscore-in-wordpress/
Both the editor and the site used to respect that.
Been having to hack around it with Additional CSS of
{{{
p{
text-align: justify;
}
p.custom-indent {
text-align: justify;
text-indent:25px;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40994#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list