Skip to content

Commit b3ac6f5

Browse files
MAGETWO-98937: Visual Merchandiser grid doesn't render properly when product names are longer than 50 characters
1 parent 98703f6 commit b3ac6f5

File tree

1 file changed

+7
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_VisualMerchandiser/web/css/source

1 file changed

+7
-0
lines changed

app/design/adminhtml/Magento/backend/Magento_VisualMerchandiser/web/css/source/_module.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@
8282

8383
.info-block {
8484
height: 100px;
85+
> span {
86+
display: inline-block;
87+
overflow: hidden;
88+
text-overflow: ellipsis;
89+
white-space: nowrap;
90+
width: 100%;
91+
}
8592
}
8693

8794
.controlbar-bottom {

0 commit comments

Comments
 (0)