Making WordPress.org

Opened 3 years ago

Last modified 7 months ago

#7501 new defect (bug)

Preferences: Preview in Syntax highlighting tab has superfluous right margin

Reported by: pranitdugad Owned by:
Priority: lowest Milestone:
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 3 years ago.
I have attached Screenshot for better Understanding

Download all attachments as: .zip

Change History (4)

@pranitdugad
3 years ago

I have attached Screenshot for better Understanding

#2 @pranitdugad
3 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
7 months ago

  • Summary In Responsive view, preview section taking on half of screen widthPreferences: 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.