Skip to content

Commit f3b90b2

Browse files
ENGCOM-6135: Add missing spaces in CSS calc function #25169
- Merge Pull Request #25169 from DanielRuf/magento2:fix/calc-add-missing-space - Merged commits: 1. 4e6375b
2 parents abbfa03 + 4e6375b commit f3b90b2

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Framework/View/_files/static/theme/web/css

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/View/_files/static/theme/web/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6071,7 +6071,7 @@ table tfoot tr td:last-child {
60716071
clear: both;
60726072
}
60736073
.test-content {
6074-
width: calc(20px + 100*0.2);
6074+
width: calc(20px + 100 * 0.2);
60756075
}
60766076
.test-content:before {
60776077
content: '.test {\A ' attr(data-attribute) ': 0.2em;' '\A content:\'';

0 commit comments

Comments
 (0)