Create flex layout for the popover tabs. #56

This commit is contained in:
Arpad Csanyi
2016-08-01 09:41:59 +02:00
parent 351296d22c
commit d591927840
2 changed files with 17 additions and 7 deletions

View File

@@ -23,6 +23,16 @@
.nav-tabs {
position: relative;
top: 1px;
display: flex;
.menu-tabs--item {
display: flex;
align-items: center;
i {
margin-right: 0.25em;
}
}
}
}
}