Making WordPress.org

Opened 8 months ago

Closed 4 months ago

Last modified 4 months ago

#7369 closed defect (bug) (fixed)

WordPress.tv Star rating info content outside the box and overlaping

Reported by: darshitrajyaguru97's profile darshitrajyaguru97 Owned by: mrfoxtalbot's profile mrfoxtalbot
Milestone: Priority: normal
Component: WordPress.tv Keywords: has-screenshots needs-patch
Cc:

Description

Page: https://wordpress.tv/2023/11/30/wordpress-6-4-und-twenty-twenty-four-tt4/
On the following page, the Star rating info contact goes outside the box and overlaps the rating info

Screenshot: https://prnt.sc/vV9J8KLAzYpe

Change History (9)

#1 @devmuhib
8 months ago

  • Keywords needs-patch added

I just checked and found the issue. Need to fix.
https://i.imgur.com/kljQN1e.png

#2 @darshitrajyaguru97
8 months ago

If we use below css then issue will be resolved:

.pd_popup_holder a{
    word-wrap: break-word;
 }

This ticket was mentioned in Slack in #wptv by darshitrajyaguru97. View the logs.


4 months ago

This ticket was mentioned in Slack in #meta by courtneyengle. View the logs.


4 months ago

#5 @colorful tones
4 months ago

I was thinking to try and push a patch to address this, but I'm unsure which codebase to modify. Would this be a proper place to add the related CSS?

https://github.com/WordPress/wordpress.org/blob/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css#L2260

This ticket was mentioned in Slack in #meta by colorful-tones. View the logs.


4 months ago

#7 @mrfoxtalbot
4 months ago

  • Owner set to mrfoxtalbot
  • Status changed from new to assigned

#8 @mrfoxtalbot
4 months ago

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

I have added a the code you provided, the issue is fixed now :)

Props darshitrajyaguru97

Last edited 4 months ago by mrfoxtalbot (previous) (diff)

This ticket was mentioned in Slack in #wptv by darshitrajyaguru97. View the logs.


4 months ago

Note: See TracTickets for help on using tickets.