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
[ui][fix] overflow navbar breadcrumbs
version-14
Faris Ansari
8 years ago
parent
1391bac6d6
commit
24b07f6445
2 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
frappe/public/css/navbar.css
+7
-0
frappe/public/less/navbar.less
+ 8
- 0
frappe/public/css/navbar.css
View File
@@ -187,6 +187,14 @@
#navbar-breadcrumbs > li > a {
padding: 6px 15px 10px 0px;
}
@media (max-width: 1199px) {
#navbar-breadcrumbs > li > a {
width: 140px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.toolbar-user-fullname {
max-width: 200px;
display: inline-block;
+ 7
- 0
frappe/public/less/navbar.less
View File
@@ -210,6 +210,13 @@
#navbar-breadcrumbs > li > a {
padding: 6px 15px 10px 0px;
@media (max-width: 1199px) {
width: 140px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.toolbar-user-fullname {
Write
Preview
Loading…
Cancel
Save