1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Settings options in navigation is cut off: Fixes #1279

This commit is contained in:
Hillel Coren 2017-01-16 12:28:04 +02:00
parent 8a105360ef
commit b954a9af8b
3 changed files with 9 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -119,7 +119,13 @@
}
#left-sidebar-wrapper ul {
min-height: 720px;
min-height: 730px;
}
@media (max-height: 744px) {
div.nav-footer {
min-width: 234px !important;
}
}
.sidebar-nav li > a {