#3903 closed defect (bug) (fixed)
make.wordpress.org/polyglots/teams UI overlap on mobile
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Translate Site & Plugins | Keywords: | ui-feedback ux-feedback has-screenshots |
| Cc: |
Description
On a mobile device in portrait orientation the text overlaps to be unreadable.
Screenshot specifications:
LG G6 Firefox 62.0.3 for Android
Attachments (3)
Change History (7)
#1
@
7 years ago
To fix:
@media (max-width: 768px) {
article.page .translators-info table tbody td[data-column-title]:before {
position: initial;
display: flex;
}
}
#2
@
7 years ago
This is by the way the whole CSS section there:
@media (max-width: 768px) {
article.page .translators-info table tbody td[data-column-title]:before {
content: attr(data-column-title);
position: initial;
display: flex;
left: 10px;
width: 50%;
font-weight: bold;
}
}
Note: See
TracTickets for help on using
tickets.
Screenshot showing overlap of text on make.wordpress.org/polyglots/teams