Merge branch 'feature/custom_user_links-1550' of https://github.com/influxdata/chronograf into feature/custom_user_links-1550

pull/10616/head
Jared Scheib 2017-06-23 15:58:03 -07:00
commit 68c2765524
1 changed files with 8 additions and 0 deletions

View File

@ -140,6 +140,14 @@ $sidebar-logo-color: $g8-storm;
&-last {
position: absolute;
bottom: 0;
.sidebar__menu-wrapper {
bottom: 0;
top: initial;
}
.sidebar__menu-route {
order: 1;
}
}
}