Skip to content

Commit c9ed1b9

Browse files
committed
MAGETWO-42354: Widget is displayed broken on Storefront
- Merge remote-tracking branch 'origin/develop' into PR-4
1 parent 49fe1e4 commit c9ed1b9

File tree

1 file changed

+2
-1
lines changed
  • app/design/frontend/Magento/blank/Magento_CatalogEvent/web/css/source

1 file changed

+2
-1
lines changed

app/design/frontend/Magento/blank/Magento_CatalogEvent/web/css/source/_widgets.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
.category-name {
7878
display: inline-block;
7979
.lib-font-size(18);
80-
padding-top: 15px;
80+
padding: 15px 5px 0;
81+
word-break: break-all;
8182
}
8283
.ticker {
8384
.lib-list-reset-styles();

0 commit comments

Comments
 (0)