/* Keep native select text fully visible inside the compact collection dialog. */
#receivablePaymentDialog #receivableMethod {
  box-sizing: border-box !important;
  min-height: 40px !important;
  padding-block: 6px !important;
  line-height: 18px !important;
}
