Skip to content

Commit dd8079e

Browse files
author
Dubovyk Oleksandr
committed
MAGETWO-43322: Product thumbnail image overlays column border
- Fixed thumbnail width
1 parent c3ae167 commit dd8079e

File tree

1 file changed

+1
-1
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module

1 file changed

+1
-1
lines changed

app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module/_data-grid.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ body._in-resize {
305305
width: 7rem;
306306
img {
307307
border: 1px solid @data-grid-td__border-color;
308-
max-width: 5rem;
308+
width: 5rem;
309309
}
310310
}
311311
.data-grid-multicheck-cell {

0 commit comments

Comments
 (0)