Skip to content

Commit

Permalink
fix(VTimePicker): add flex-basis property to container for safari 52 …
Browse files Browse the repository at this point in the history
…support (#12239)
  • Loading branch information
gtsiolis committed Sep 29, 2020
1 parent 87137af commit 98b510b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -32,6 +32,7 @@
&__container
display: flex
flex-direction: column
flex-basis: 290px
justify-content: center
padding: $time-picker-clock-padding

Expand Down

0 comments on commit 98b510b

Please sign in to comment.