Apply proper align-items to tabs on small screens
This commit is contained in:
parent
f5e2fd365b
commit
acfcc04af4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue