Making WordPress.org

Opened 7 months ago

Last modified 6 months ago

#7501 new defect (bug)

In Responsive view, preview section taking on half of screen width

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

Description

In Responsive view, preview section taking on half of screen width which does not looks proper

Attachments (1)

Screenshot 2024-03-01 at 3.27.42 PM.png (250.0 KB) - added by pranitdugad 7 months ago.
I have attached Screenshot for better Understanding

Download all attachments as: .zip

Change History (3)

@pranitdugad
7 months ago

I have attached Screenshot for better Understanding

#2 @pranitdugad
6 months ago

After applying folllowing Changes to css issue is resolved.
https://meta.trac.wordpress.org/prefs/pygments

div.code pre {
    border: 1px solid #999;
    font-size: 90%;
    margin: 1em 2em;
    padding: 5px;
 -  width:60%;
 +  max-width: 100%;
}
Note: See TracTickets for help on using tickets.