Skip to content

Commit

Permalink
Regression in the ISIS backed css
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman authored and wilsonge committed Jan 21, 2018
1 parent 6de2b00 commit 547318d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -8113,6 +8113,9 @@ body .navbar-fixed-top {
.navbar .nav-user {
font-size: 13px;
}
.navbar .nav-user .dropdown-menu li span {
padding-left: 10px;
}
.navbar .nav > li ul {
overflow-y: auto;
overflow-x: hidden;
Expand Down
3 changes: 3 additions & 0 deletions administrator/templates/isis/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -8113,6 +8113,9 @@ body .navbar-fixed-top {
.navbar .nav-user {
font-size: 13px;
}
.navbar .nav-user .dropdown-menu li span {
padding-left: 10px;
}
.navbar .nav > li ul {
overflow-y: auto;
overflow-x: hidden;
Expand Down
3 changes: 3 additions & 0 deletions administrator/templates/isis/less/blocks/_navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ body .navbar-fixed-top {
.nav-user {
font-size: 13px;
}
.nav-user .dropdown-menu li span {
padding-left: 10px;
}
.nav > li ul {
overflow-y: auto;
overflow-x: hidden;
Expand Down

0 comments on commit 547318d

Please sign in to comment.