[mobile ui] fixed navbar-breadcrumbs

This commit is contained in:
Faris Ansari 2016-07-18 15:04:40 +05:30
parent bead28e7ba
commit c890bca595
2 changed files with 11 additions and 0 deletions

View file

@ -109,6 +109,11 @@ body {
margin: 0px;
display: inline-block;
}
#navbar-breadcrumbs li {
max-width: 150px;
white-space: nowrap;
overflow: hidden;
}
#navbar-breadcrumbs > li,
#navbar-breadcrumbs > li > a {
display: inline-block;

View file

@ -72,6 +72,12 @@
#navbar-breadcrumbs {
margin: 0px;
display: inline-block;
li {
max-width: 150px;
white-space: nowrap;
overflow: hidden;
}
}
#navbar-breadcrumbs > li,