Making WordPress.org

Opened 12 months ago

Closed 12 months ago

Last modified 12 months ago

#7286 closed defect (bug) (invalid)

Icon are not aligned properly

Reported by: pitamdey's profile pitamdey Owned by:
Milestone: Priority: lowest
Component: General Keywords: has-screenshots
Cc:

Description

URL : https://privacy.blog/2018/05/04/welcome-to-privacy-blog/#comments

In Reply section the option 'Log in to leave a reply.' has a different option like facebook, wordpress & mail and the icon of it are not aligned properly

Attachments (2)

Screenshot 2023-09-25 at 11.12.37 AM.png (213.8 KB) - added by pitamdey 12 months ago.
screenshot for better understanding
Screenshot 2023-09-25 at 2.53.27 PM.png (548.8 KB) - added by pitamdey 12 months ago.
After applying the solution it looks good

Download all attachments as: .zip

Change History (5)

@pitamdey
12 months ago

screenshot for better understanding

#1 @pitamdey
12 months ago

If we applied below code it will fix the alignment issue

svg:not(:root) {
    vertical-align: sub;
}

@pitamdey
12 months ago

After applying the solution it looks good

#2 @Otto42
12 months ago

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

That site is run by Automattic, and it is not part of wordpress.org.

#3 @pitamdey
12 months ago

Thanks @Otto42 for the Clearification

Note: See TracTickets for help on using tickets.