#7369 closed defect (bug) (fixed)
WordPress.tv Star rating info content outside the box and overlaping
Reported by: | darshitrajyaguru97 | Owned by: | 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)
#2
@
12 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.
8 months ago
This ticket was mentioned in Slack in #meta by courtneyengle. View the logs.
8 months ago
#5
@
8 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?
This ticket was mentioned in Slack in #meta by colorful-tones. View the logs.
8 months ago
#8
@
8 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
I just checked and found the issue. Need to fix.