mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 22:46:54 +01:00
[search bar] chrome - fix flex-auto
This commit is contained in:
parent
548611f13a
commit
9a2ab7fe21
1 changed files with 3 additions and 1 deletions
|
@ -64,7 +64,9 @@ li.nav-item {
|
|||
|
||||
|
||||
.navbar-collapse {
|
||||
flex-basis: auto;
|
||||
@media (min-width: 564px) {
|
||||
flex-basis: auto;
|
||||
}
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue