Skip to content

Commit

Permalink
Merge pull request #3286 from nextcloud/fix/noid/lint-datepickernative
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal authored Sep 22, 2022
2 parents fabe989 + 10380fe commit f1095a6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,11 @@ export default {
</script>

<style lang="scss" scoped>
.native-datetime-picker{
display: flex;;
.native-datetime-picker {
display: flex;
flex-direction: column;
}

.native-datetime-picker .native-datetime-picker--input {
width: 100%;
flex: 0 0 auto;
Expand Down

0 comments on commit f1095a6

Please sign in to comment.