Bisq transactions dropdown menu position fix.

This commit is contained in:
softsimon 2020-09-23 01:43:56 +07:00
parent 9e71f1a683
commit 007bb30826
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -2,3 +2,8 @@ label {
padding: 0.25rem 1rem;
white-space: nowrap;
}
:host ::ng-deep .dropdown-menu {
right: 0px;
left: inherit;
}