Skip to content

Commit

Permalink
Merge pull request #3815 from nextcloud/backport/3810/stable3.0
Browse files Browse the repository at this point in the history
[stable3.0] Add flex-wrap for better mobile design
  • Loading branch information
st3iny authored Dec 14, 2021
2 parents 6885b41 + 6de96bd commit 8acb090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Appointments/Booking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export default {
padding-top: 50px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
max-width: 800px;
&__date-selection {
Expand Down

0 comments on commit 8acb090

Please sign in to comment.