Skip to content

Commit dc293be

Browse files
authored
fix: time-picker in mobile view in wizard session-step (#5737)
1 parent 25eb30b commit dc293be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{{#if this.icon}}
22
<i class="time icon"></i>
33
{{/if}}
4-
<Input @type="text" @value={{value}} placeholder={{this.placeholder}} @name={{name}} @focus-out={{action "onChange"}} />
4+
<div class="ui input">
5+
<Input @type="text" @value={{value}} placeholder={{this.placeholder}} @name={{name}} @focus-out={{action "onChange"}} />
6+
</div>

0 commit comments

Comments
 (0)