[mobile ui] fixed navbar-breadcrumbs
This commit is contained in:
parent
bead28e7ba
commit
c890bca595
2 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -72,6 +72,12 @@
|
|||
#navbar-breadcrumbs {
|
||||
margin: 0px;
|
||||
display: inline-block;
|
||||
|
||||
li {
|
||||
max-width: 150px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
#navbar-breadcrumbs > li,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue