[wp-meta] [Making WordPress.org] #7501: In Responsive view, preview section taking on half of screen width

Making WordPress.org noreply at wordpress.org
Wed Mar 6 04:17:58 UTC 2024


#7501: In Responsive view, preview section taking on half of screen width
-----------------------------+---------------------
 Reporter:  pranitdugad      |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  lowest           |   Milestone:
Component:  Trac             |  Resolution:
 Keywords:  has-screenshots  |
-----------------------------+---------------------

Comment (by pranitdugad):

 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%;
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/7501#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list