[wp-trac] [WordPress Trac] #32111: Problem in spanish version with buttons for publish
WordPress Trac
noreply at wordpress.org
Sat Sep 12 19:46:00 UTC 2015
#32111: Problem in spanish version with buttons for publish
----------------------------------------+---------------------------------
Reporter: ramonjosegn | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.4
Component: Posts, Post Types | Version: 4.2
Severity: normal | Resolution:
Keywords: good-first-bug needs-patch | Focuses: ui, administration
----------------------------------------+---------------------------------
Comment (by leemon):
I managed to fix this issue using the following code. But, I'm sure this
can't be that easy and I'm leaving edge cases out.
{{{
#save-action {
float: left;
width: 50%;
}
#preview-action {
float: right;
width: 50%;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32111#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list