Making WordPress.org

Opened 2 years ago

Last modified 2 weeks ago

#7501 new defect (bug)

Preferences: Preview in Syntax highlighting tab has superfluous right margin

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 2 years ago.
I have attached Screenshot for better Understanding

Download all attachments as: .zip

Change History (4)

@pranitdugad
2 years ago

I have attached Screenshot for better Understanding

#2 @pranitdugad
2 years 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%;
}

#3 @chealer
2 weeks ago

  • Summary changed from In Responsive view, preview section taking on half of screen width to Preferences: Preview in Syntax highlighting tab has superfluous right margin

Thanks for reporting

This affects Firefox 147.0.3.

Note: See TracTickets for help on using tickets.