Making WordPress.org

Opened 2 years ago

Closed 2 years ago

#6157 closed defect (bug) (fixed)

GlotPress settings: too small font and bordered cells may distract readability.

Reported by: kharisblank's profile kharisblank Owned by:
Milestone: Priority: normal
Component: Translate Site & Plugins Keywords:
Cc:

Description

https://i.imgur.com/5aTD1Cp.png

To get this CSS issue, go to https://translate.wordpress.org/settings/ while you're logged into your account.

Change History (3)

#1 follow-up: @dd32
2 years ago

Just noting that this is coming from the wporg-main styles for table reducing the GlotPress 14px font down, rather than the 16px font of wporg-main.

table {
    font-size: 12.8px;
    font-size: .8rem;

#2 in reply to: ↑ 1 @kharisblank
2 years ago

Replying to dd32:

Just noting that this is coming from the wporg-main styles for table reducing the GlotPress 14px font down, rather than the 16px font of wporg-main.

table {
    font-size: 12.8px;
    font-size: .8rem;

Thanks for quick checking!

#3 @ocean90
2 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.