Opened 3 years ago
Closed 3 years ago
#6157 closed defect (bug) (fixed)
GlotPress settings: too small font and bordered cells may distract readability.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Translate Site & Plugins | Keywords: | |
Cc: |
Description
To get this CSS issue, go to https://translate.wordpress.org/settings/ while you're logged into your account.
- The font size is currently too small and bordered cells may cause accessibility issue for translators.
- For consistency, perhaps the styles on profile editing screen (https://wordpress.org/support/users/YOUR_USER_NAME/edit/) could be replicated.
Change History (3)
#2
in reply to:
↑ 1
@
3 years ago
Replying to dd32:
Just noting that this is coming from the
wporg-main
styles fortable
reducing the GlotPress14px
font down, rather than the 16px font ofwporg-main
.
table { font-size: 12.8px; font-size: .8rem;
Thanks for quick checking!
#3
@
3 years ago
- Resolution set to fixed
- Status changed from new to closed
This was fixed in [11732-11733] for #6246.
Note: See
TracTickets for help on using
tickets.
Just noting that this is coming from the
wporg-main
styles fortable
reducing the GlotPress14px
font down, rather than the 16px font ofwporg-main
.