[wp-trac] [WordPress Trac] #43479: Theme detail text cutoff in RTL
WordPress Trac
noreply at wordpress.org
Thu Mar 8 10:53:27 UTC 2018
#43479: Theme detail text cutoff in RTL
-----------------------------+----------------------------------
Reporter: birgire | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version:
Severity: normal | Resolution:
Keywords: has-screenshots | Focuses: rtl, administration
-----------------------------+----------------------------------
Comment (by birgire):
The issue showed up when I tested on another labtop (Win10, Chrome 65.0)
with another install at another hosting.
Shows up around viewport width 1350px.
This seems to be affected by {{{overflow: auto;}}} in:
{{{
.theme-overlay .theme-about {
position: absolute;
top: 49px;
bottom: 57px;
right: 0;
left: 0;
overflow: auto;
padding: 2% 4%;
}
}}}
and e.g. the non-standard {{{-webkit-paged-y}}} seems to change it for the
better.
But let's see if others can verify this issue.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43479#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list