Changeset 60637
- Timestamp:
- 08/14/2025 11:06:45 PM (4 months ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
-
async-upload.php (modified) (1 diff)
-
css/media.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/async-upload.php
r60520 r60637 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 -
trunk/src/wp-admin/css/media.css
r60517 r60637 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
Note: See TracChangeset
for help on using the changeset viewer.