ui+checkout: fix language cutoff bug (#5210)

This commit is contained in:
dstrukt
2023-07-28 13:24:30 -06:00
committed by GitHub
parent 093206cf1e
commit 69190081c8

View File

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