Skip to content

Commit 19f8650

Browse files
committed
MC-2259: Build Stabilization
Remove leading zero
1 parent 395fb02 commit 19f8650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/grid/cells/_single-select.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
.single-select-cell {
1111
.selection-indicator-text {
12-
padding: 0.8rem 0;
12+
padding: .8rem 0;
1313
}
1414
}

0 commit comments

Comments
 (0)