fix navbar overflow

This commit is contained in:
2019-12-31 17:59:32 +03:00
parent 62c2329aee
commit a201a354f3

View File

@@ -24,6 +24,11 @@
.bp3-navbar {
transition: 0.3s;
> * {
// keeps the breadcrumbs from taking all the space
max-width: 70%;
}
* {
transition: 0.3s;
}
@@ -45,4 +50,4 @@
.bp3-navbar {
transition: 0.3s;
}
}
}