TabNav with flex

This commit is contained in:
Vesa Luusua 2017-07-06 13:45:08 +03:00
parent 9548b4be16
commit 8d3d3b15f4

View file

@ -1,6 +1,9 @@
@import '../../marketplace.css';
.root {
display: flex;
flex-direction: row;
justify-content: space-between;
overflow-x: auto;
}