Skip to content

Commit 27e8471

Browse files
committed
MC-2390: HTML code font-size is 14px which doesn't meet requirement
Change to 12px
1 parent e18e59d commit 27e8471

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
.placeholder-html-code {
2323
background-color: @color-gray98;
2424
font-family: @font-family__console;
25+
font-size: 12px;
2526
font-weight: @font-weight__light;
2627
height: 60px;
2728
overflow: hidden;

0 commit comments

Comments
 (0)