mirror of
https://github.com/mempool/mempool.git
synced 2024-12-28 17:24:25 +01:00
Bisq transactions dropdown menu position fix.
This commit is contained in:
parent
9e71f1a683
commit
007bb30826
@ -2,3 +2,8 @@ label {
|
|||||||
padding: 0.25rem 1rem;
|
padding: 0.25rem 1rem;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:host ::ng-deep .dropdown-menu {
|
||||||
|
right: 0px;
|
||||||
|
left: inherit;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user