Skip to content

Commit da21dc8

Browse files
eug123davemacaulay
authored andcommitted
PB-254: Page Builder Dynamic Block Edit Form for Customer Segment
1 parent ee27e0b commit da21dc8

File tree

1 file changed

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

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
.block-info {
4040
margin-top: 25px;
41-
width: 365px;
41+
width: 100%;
4242

4343
tr._odd-row td {
4444
background-color: @color-white-smoke;
@@ -47,6 +47,17 @@
4747
background-color: @color-white;
4848
color: @color-very-dark-gray-black;
4949
padding: 1rem 1rem;
50+
51+
&:first-child {
52+
width: 33%;
53+
}
54+
}
55+
p {
56+
margin: 0;
57+
58+
& + p {
59+
margin: .5em 0 0;
60+
}
5061
}
5162
}
5263
}

0 commit comments

Comments
 (0)