Opened 16 months ago
Closed 10 months ago
#7073 closed defect (bug) (duplicate)
UI Issues
Reported by: | amitkryadav | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | needs-patch |
Cc: |
Description
I have found some ui issues when add feedback (Add feedback to this note)
there an issues with layout overlap ui
https://developer.wordpress.org/reference/functions/wp_enqueue_script/
https://prnt.sc/xWDJzzpP90Nu (Issues screenshot)
I think below css issues
.devhub-wrap .single-wp-parser-function .feedback, .devhub-wrap .single-
wp-parser-method .feedback, .devhub-wrap .single-wp-parser-hook .feedback,
.devhub-wrap .single-wp-parser-class .feedback {
width: 90%; should be auto
float: right;
margin-right: 1.5rem;
}
Width should be auto;
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Here is a better CSS solution.