mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 17:57:22 +08:00
FIX: Show time input in poll builder (#9128)
This commit is contained in:
parent
453c3b6157
commit
5e4cf244a5
@ -101,6 +101,9 @@
|
||||
<div class="input-group poll-date">
|
||||
{{date-picker-future value=date containerId="date-container"}}
|
||||
{{input type="time" value=time}}
|
||||
</div>
|
||||
|
||||
<div class="input-group poll-date">
|
||||
<div id="date-container"></div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
@ -200,3 +200,9 @@ body.crawler {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.poll-ui-builder {
|
||||
.poll-date input {
|
||||
height: 30px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user