File tree 3 files changed +5
-3
lines changed
code/Magento/Cms/view/adminhtml/templates/browser/content
design/adminhtml/Magento/backend/web/css/source/components 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $_height = $block->getImagesHeight();
15
15
<?php if ($ block ->getFilesCount () > 0 ): ?>
16
16
<?php foreach ($ block ->getFiles () as $ file ): ?>
17
17
<div data-row="file" class="filecnt" id="<?= $ block ->escapeHtmlAttr ($ block ->getFileId ($ file )) ?> ">
18
- <p class="nm" style="height:<?= $ block ->escapeHtmlAttr ($ _height ) ?> px;width: <?= $ block -> escapeHtmlAttr ( $ _width ) ?> px; ">
18
+ <p class="nm" style="height:<?= $ block ->escapeHtmlAttr ($ _height ) ?> px;">
19
19
<?php if ($ block ->getFileThumbUrl ($ file )):?>
20
20
<img src="<?= $ block ->escapeHtmlAttr ($ block ->getFileThumbUrl ($ file )) ?> " alt="<?= $ block ->escapeHtmlAttr ($ block ->getFileName ($ file )) ?> "/>
21
21
<?php endif ; ?>
Original file line number Diff line number Diff line change 42
42
margin : 0 @indent__xs 15px 0 ;
43
43
overflow : hidden ;
44
44
padding : 3px ;
45
+ text-overflow : ellipsis ;
45
46
width : 100px ;
46
47
47
48
& .selected {
Original file line number Diff line number Diff line change 264
264
}
265
265
}
266
266
267
- # contents-uploader {
267
+ . contents-uploader {
268
268
margin : 0 0 @indent__base ;
269
269
}
270
270
298
298
margin : 0 @indent__xs 15px 0 ;
299
299
overflow : hidden ;
300
300
padding : 3px ;
301
+ text-overflow : ellipsis ;
301
302
width : 100px ;
302
303
303
304
& .selected {
309
310
}
310
311
}
311
312
312
- # contents-uploader {
313
+ . contents-uploader {
313
314
& :extend(.abs-clearfix all );
314
315
}
315
316
You can’t perform that action at this time.
0 commit comments