Make navs responsive horizontally.
This commit is contained in:
@@ -1,6 +1,17 @@
|
|||||||
// Beautiful nav tabs
|
// Beautiful nav tabs
|
||||||
.nav-tabs {
|
.nav-tabs {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
|
// Make responsive horizontally
|
||||||
|
display: block;
|
||||||
|
overflow-x: auto;
|
||||||
|
overflow-y: clip;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
|
.nav-item {
|
||||||
|
// Make responsive horizontally
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.nav-tabs .nav-link {
|
.nav-tabs .nav-link {
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user