fix date/datetime css

Signed-off-by: Simon Vieille <simon@deblan.fr>
This commit is contained in:
Simon Vieille 2020-07-10 14:53:28 +02:00
parent 670f7f04c4
commit c07543d878
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ export default {
<style lang="scss" scoped>
// Using type to have a higher order than the input styling of server
.question__input[type=text] {
.question__input[type=date] {
width: 100%;
min-height: 44px;
margin: 0;

View file

@ -78,7 +78,7 @@ export default {
<style lang="scss" scoped>
// Using type to have a higher order than the input styling of server
.question__input[type=text] {
.question__input[type=datetime-local] {
width: 100%;
min-height: 44px;
margin: 0;