[wp-meta] [Making WordPress.org] #2131: Submit video page CSS issue

Making WordPress.org noreply at wordpress.org
Thu Oct 12 19:19:39 UTC 2017


#2131: Submit video page CSS issue
--------------------------+------------------
 Reporter:  casiepa       |       Owner:
     Type:  enhancement   |      Status:  new
 Priority:  normal        |   Milestone:
Component:  WordPress.tv  |  Resolution:
 Keywords:  has-patch     |
--------------------------+------------------
Changes (by audrasjb):

 * keywords:   => has-patch


Comment:

 Hi,

 I try to work on this ticket but I can't understand why my git status on
 my local branch for this ticket don't retrieve any change between the
 meta-environment and my branch. As I'm going crazy with that, let's share
 the small fix for this ticket:

 in file `anon-upload-template.php` located in `wp-content/themes/wptv2`,
 replace:

 {{{
         .video-upload p {
                 margin: 16px 0;
                 overflow: auto;
         }
 }}}
 with:
 {{{
         .video-upload p {
                 margin: 16px 0;
                 display: block;
         }
 }}}
 Then, Pascal' issue should be fixed. I tested it with several use cases
 and it works fine.

 Sorry, and let's learn deeper how to make a real meta .diff file…

 Regard,
 Jb

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


More information about the wp-meta mailing list