This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[mobile ui] fixed navbar-breadcrumbs
version-14
Faris Ansari
9 years ago
parent
bead28e7ba
commit
c890bca595
2 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
frappe/public/css/mobile.css
+6
-0
frappe/public/less/mobile.less
+ 5
- 0
frappe/public/css/mobile.css
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;
+ 6
- 0
frappe/public/less/mobile.less
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,
Write
Preview
Loading…
Cancel
Save