taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 1df4c93d290f47968b36e01dff4d1302a4a02832
parent 9513e634a0518894bd110c230586ad81e4760b07
Author: Nullptrderef <nullptrderef@proton.me>
Date:   Tue, 20 Aug 2024 10:35:08 +0200

fix: resolve a minor visual glitch i caused

Diffstat:
Mpackages/taler-wallet-webextension/src/components/TermsOfService/views.tsx | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/components/TermsOfService/views.tsx b/packages/taler-wallet-webextension/src/components/TermsOfService/views.tsx @@ -167,6 +167,8 @@ export function ShowTosContentView({ resize: "vertical", overflow: "hidden", marginTop: "4px", + minHeight: "120px", + height: "240px", }} > {terms.content.type === "xml" && @@ -201,6 +203,7 @@ export function ShowTosContentView({ height: "100%", border: "2px solid #0003", borderRadius: "4px", + boxSizing: "border-box", }} src={`data:text/html;utf-8,${encodeURIComponent( terms.content.html,