1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

fix(sidebar): fix a display issue on low resolution (#697)

This commit is contained in:
Anthony Lapenna 2017-03-18 13:08:39 +01:00 committed by GitHub
parent dcce211676
commit 497a8392f6

View file

@ -286,6 +286,10 @@ a[ng-click]{
margin: 0 auto;
}
ul.sidebar {
bottom: 40px;
}
ul.sidebar .sidebar-list a.active {
color: #fff;
text-indent: 22px;