[buddypress-trac] [BuddyPress Trac] #8662: white space found in responsive

buddypress-trac noreply at wordpress.org
Tue Mar 22 05:37:47 UTC 2022


#8662: white space found in responsive
-----------------------------------------+------------------------------
 Reporter:  kajalgohel                   |       Owner:  johnjamesjacoby
     Type:  defect (bug)                 |      Status:  new
 Priority:  normal                       |   Milestone:  Awaiting Review
Component:  BuddyPress.org Sites         |     Version:
 Severity:  normal                       |  Resolution:
 Keywords:  needs-patch has-screenshots  |
-----------------------------------------+------------------------------

Comment (by aezazshekh):

 Hello @kajalgohel

 Adding the below CSS code to this file will solve the design issue.

 file-path => /wp-
 content/plugins/syntaxhighlighter/syntaxhighlighter3/styles/shCore.css


 {{{
 @media screen and ( max-width: 782px ) {
      .syntaxhighlighter {
           width: auto !important;
      }
 }
 }}}

 Than you !

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8662#comment:2>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list