Skip to content

Commit 8018a85

Browse files
committed
Merge branch 'develop' into pr
2 parents cf5b1dc + 440b6c3 commit 8018a85

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/_collapsible-blocks.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@
412412

413413
span {
414414
&[data-config-scope] {
415+
display: inline-block;
415416
position: relative;
416417

417418
&:before {

app/design/frontend/Magento/blank/web/css/source/_extends.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@
11741174
& when (@media-common = true) {
11751175
.abs-field-date-input {
11761176
.lib-css(margin-right, @indent__s);
1177-
width: calc(~'100% - (@{icon-calendar__font-size} + @{indent__s})');
1177+
width: calc(~'100% -' @icon-calendar__font-size + @indent__s);
11781178
}
11791179
}
11801180

@@ -1189,7 +1189,7 @@
11891189

11901190
input {
11911191
.lib-css(margin-right, @indent__s);
1192-
width: calc(~'100% - (@{checkout-tooltip-icon__font-size} + @{indent__s} + @{indent__xs})');
1192+
width: calc(~'100% -' @checkout-tooltip-icon__font-size + @indent__s + @indent__xs);
11931193
}
11941194
}
11951195
}

app/design/frontend/Magento/luma/web/css/source/_extends.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@
16151615
& when (@media-common = true) {
16161616
.abs-field-date-input {
16171617
.lib-css(margin-right, @indent__s);
1618-
width: calc(~'100% - (@{icon-calendar__font-size} + @{indent__s})');
1618+
width: calc(~'100% -' @icon-calendar__font-size + @indent__s);
16191619
}
16201620
}
16211621

@@ -1630,7 +1630,7 @@
16301630

16311631
input {
16321632
.lib-css(margin-right, @indent__s);
1633-
width: calc(~'100% - (@{checkout-tooltip-icon__font-size} + @{indent__s} + @{indent__xs})');
1633+
width: calc(~'100% -' @checkout-tooltip-icon__font-size + @indent__s + @indent__xs);
16341634
}
16351635
}
16361636
}

0 commit comments

Comments
 (0)