mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Limit width of title logo so it doesn’t break with long names
This commit is contained in:
parent
664cc24481
commit
3941437ad4
|
@ -347,3 +347,7 @@ img.navbar-brand-img, .navbar-brand>img {
|
|||
padding-bottom: 10px;
|
||||
max-width: 200px
|
||||
}
|
||||
|
||||
.left-navblock {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue