Opened 3 years ago
Closed 2 years ago
#7073 closed defect (bug) (duplicate)
UI Issues
| Reported by: |
|
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.
.devhub-wrap .single-wp-parser-function .feedback { float: unset; padding: 2rem 1.5rem 0.5rem; width: 100%; margin-right: 0px; }