mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: Fix nav bar Linebreaks (#6770)
On width between 1199px and 1280px there is a navibar linebreak, and on some lists there are controlles hidden.
This commit is contained in:
@ -1590,6 +1590,12 @@ tr.search:nth-child(odd) {
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) and (max-width: 1280px) {
|
||||
.navbar-brand {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-brand img {
|
||||
height: 100%;
|
||||
max-width: 170px;
|
||||
|
Reference in New Issue
Block a user