Ticket #63239: 63239.padding-plus-word-wrap.patch
| File 63239.padding-plus-word-wrap.patch, 1.3 KB (added by , 9 months ago) |
|---|
-
src/wp-admin/async-upload.php
60 60 $title = $post->post_title ? $post->post_title : wp_basename( $file ); 61 61 ?> 62 62 <div class="filename new"> 63 <span class="media-list-title "><strong><?php echo esc_html( wp_html_excerpt( $title, 60, '…' ) ); ?></strong></span>64 <span class="media-list-subtitle "><?php echo esc_html( wp_basename( $file ) ); ?></span>63 <span class="media-list-title word-wrap-break-word"><strong><?php echo esc_html( wp_html_excerpt( $title, 60, '…' ) ); ?></strong></span> 64 <span class="media-list-subtitle word-wrap-break-word"><?php echo esc_html( wp_basename( $file ) ); ?></span> 65 65 <div class="attachment-tools"> 66 66 <?php 67 67 if ( current_user_can( 'edit_post', $id ) ) { -
src/wp-admin/css/media.css
167 167 } 168 168 169 169 .media-item .filename { 170 padding: 14px 0;170 padding: 14px 2px; 171 171 overflow: hidden; 172 margin-left: 6px;172 margin-left: 4px; 173 173 } 174 174 175 175 .media-item .pinkynail {