Skip to content

Commit 17b3f0c

Browse files
MAGETWO-99869: Visual Merchandiser grid doesn't render properly when product names are longer than 50 characters
1 parent 6e76b38 commit 17b3f0c

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
@@ -80,6 +80,13 @@
8080

8181
.info-block {
8282
height: 100px;
83+
> span {
84+
display: inline-block;
85+
overflow: hidden;
86+
text-overflow: ellipsis;
87+
white-space: nowrap;
88+
width: 100%;
89+
}
8390
}
8491

8592
.controlbar-bottom {

0 commit comments

Comments
 (0)