Checkout: Fix language select UI bug (#5229)

This commit is contained in:
evanc-ole
2023-08-03 22:44:50 -07:00
committed by GitHub
parent 2538f3d8f6
commit ede8171408

View File

@@ -158,7 +158,7 @@ section dl > div dd {
color: var(--btcpay-body-text-muted);
}
#DefaultLang {
width: calc(var(--text-width, 110px) + 3.5rem);
width: calc(var(--text-width, 110px) + 4rem);
color: var(--btcpay-body-text-muted);
background-color: var(--btcpay-body-bg);
box-shadow: none;