mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
Portal: Fix sidebar menu entries being to narrow when only "Home" displayed
This commit is contained in:
@@ -123,6 +123,9 @@ footer {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
#sidebar .menu .navbar-nav {
|
||||
width: 100%;
|
||||
}
|
||||
#sidebar .menu .navbar-nav > li {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -128,6 +128,9 @@ footer{
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
#sidebar .menu .navbar-nav{
|
||||
width: 100%;
|
||||
}
|
||||
#sidebar .menu .navbar-nav > li{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user