Skip to content

Commit 86e0bb1

Browse files
authored
Merge pull request #311 from magento-obsessive-owls/PB-84
[Owls] Bugfix
2 parents b99f5d4 + e2b69a5 commit 86e0bb1

File tree

1 file changed

+28
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products

1 file changed

+28
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products/_default.less

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,34 @@
217217
}
218218

219219
.product-reviews-summary {
220-
margin-bottom: 15px;
220+
margin-bottom: @indent__s + @indent__xs;
221+
222+
.reviews-actions {
223+
display: inline-block;
224+
font-size: @font-size__s;
225+
margin-top: 5px;
226+
vertical-align: middle;
227+
228+
a:not(:last-child) {
229+
margin-right: 30px;
230+
}
231+
.action.add {
232+
white-space: nowrap;
233+
}
234+
}
235+
236+
.rating-summary {
237+
.lib-rating-summary(
238+
@_icon-font: 'luma-icons',
239+
@_icon-font-size: 16px,
240+
@_icon-letter-spacing: 2px
241+
);
242+
.lib-rating-summary-label-hide();
243+
244+
display: inline-block;
245+
margin: 0 4px 0 0;
246+
vertical-align: middle;
247+
}
221248
}
222249

223250
.product-item-actions {

0 commit comments

Comments
 (0)