Limit width of title logo so it doesn’t break with long names
This commit is contained in:
parent
664cc24481
commit
3941437ad4
1 changed files with 4 additions and 0 deletions
|
@ -347,3 +347,7 @@ img.navbar-brand-img, .navbar-brand>img {
|
|||
padding-bottom: 10px;
|
||||
max-width: 200px
|
||||
}
|
||||
|
||||
.left-navblock {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue