Fix toggle split doesnt have rounded right corner

This commit is contained in:
shamoon 2023-02-09 20:17:00 -08:00
parent d73fbb1643
commit ced248ad49

View File

@ -26,6 +26,11 @@
max-width: calc(100% - 46px); // fudge factor for ng-select button width
}
.btn-group .dropdown-toggle-split {
border-top-right-radius: inherit;
border-bottom-right-radius: inherit;
}
.password-prompt {
position: absolute;
top: 30%;