Making WordPress.org

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#5441 closed defect (bug) (fixed)

Anchor link does not work as expected.

Reported by: tremidkhar's profile tremidkhar Owned by:
Milestone: Priority: normal
Component: Translate Site & Plugins Keywords: has-screenshots
Cc:

Description

When clicking on the Plural forms anchor link on the Requesting a New Locale, it does not work as expected. Instead, the vertical bar which is meant to highlight only for the table of content heading extends to the image before the Plural forms section. Sometimes, it is even difficult to click on the anchor link. I believe it is a CSS problem.

I tried to add the following CSS rules, and it seems to work

.wp-block-image {
    display: inline-block;
}

Attachments (2)

Plural forms Behave.jpg (48.8 KB) - added by tremidkhar 4 years ago.
Behaviour
Plural forms Expected.jpg (52.2 KB) - added by tremidkhar 4 years ago.
Expected Behavior

Download all attachments as: .zip

Change History (5)

@tremidkhar
4 years ago

Behaviour

@tremidkhar
4 years ago

Expected Behavior

This ticket was mentioned in Slack in #polyglots by tobifjellner. View the logs.


4 years ago

#2 @dd32
4 years ago

  • Resolution set to fixed
  • Status changed from new to closed

I've removed the float from the image instead, which results in this looking better.

#3 @tremidkhar
4 years ago

Thanks @dd32

Note: See TracTickets for help on using tickets.