Skip to content

Commit 16a590b

Browse files
committed
MAGETWO-53375: Widget is broken
1 parent a5fa3af commit 16a590b

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,12 @@
4747
}
4848

4949
&.forward {
50-
right: 0;
5150
.lib-icon-font-symbol(@icon-next);
51+
right: 0;
52+
53+
&:before {
54+
margin-left: -20px;
55+
}
5256
}
5357

5458
&.inactive {

0 commit comments

Comments
 (0)