Skip to content

Commit d731a62

Browse files
jyotibansal461actuallyakash
authored andcommitted
minor issue fixed
1 parent 2b60408 commit d731a62

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

assets/css/howto.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
margin: 0;
1111
}
1212

13+
.mt-has-img {
14+
display: flex;
15+
}
16+
1317
.mt-how-to-supply {
1418
margin-bottom: 10px;
1519
}

assets/css/howto.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

widgets/howto.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,7 @@ protected function register_controls() {
22122212
'icon' => 'eicon-h-align-right',
22132213
],
22142214
],
2215-
'default' => 'right',
2215+
'default' => 'row',
22162216
'toggle' => true,
22172217
'selectors' => [
22182218
'{{WRAPPER}} .mt-how-to-step.mt-has-img' => 'flex-direction: {{VALUE}};',
@@ -2330,6 +2330,10 @@ protected function register_controls() {
23302330
'max' => 1000
23312331
]
23322332
],
2333+
'default' => [
2334+
'unit' => 'px',
2335+
'size' => 10,
2336+
],
23332337
'selectors' => [
23342338
'{{WRAPPER}} .mt-how-to-step-column-reverse' => 'margin-bottom: {{SIZE}}{{UNIT}}',
23352339
'{{WRAPPER}} .mt-how-to-step-row' => 'margin-left: {{SIZE}}{{UNIT}}',

0 commit comments

Comments
 (0)