Bisq transactions dropdown menu position fix.

This commit is contained in:
softsimon 2020-09-23 01:43:56 +07:00
parent 7c1afcc21f
commit feee53b4d5

View File

@ -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;
}