Apply proper align-items to tabs on small screens

pull/141/head
Max Leiter 3 years ago
parent f5e2fd365b
commit acfcc04af4

@ -57,6 +57,6 @@
.listWrapper { .listWrapper {
flex-direction: column; flex-direction: column;
justify-content: flex-start; justify-content: flex-start;
align-items: flex-start;
} }
} }
Loading…
Cancel
Save