We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07558aa + 57a84bd commit 9657870Copy full SHA for 9657870
app/code/Magento/Ui/view/base/web/templates/grid/cells/thumbnail.html
@@ -4,4 +4,8 @@
4
* See COPYING.txt for license details.
5
*/
6
-->
7
-<img class="admin__control-thumbnail" attr="src: $col.getSrc($row()), alt: $col.getAlt($row())"/>
+<span class="thumbnail-container">
8
+ <span class="thumbnail-wrapper">
9
+ <img class="admin__control-thumbnail" attr="src: $col.getSrc($row()), alt: $col.getAlt($row())"/>
10
+ </span>
11
+</span>
0 commit comments