From b9df71104a39db7b89bb5129f1d8b5c9aac7608b Mon Sep 17 00:00:00 2001 From: sbenmoussati <51402489+sbenmoussati@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:10:32 +0100 Subject: [PATCH] SDA-4002 About symphony modal css update to support JP content --- src/renderer/styles/about-app.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/renderer/styles/about-app.less b/src/renderer/styles/about-app.less index 78275814..133e4381 100644 --- a/src/renderer/styles/about-app.less +++ b/src/renderer/styles/about-app.less @@ -111,6 +111,7 @@ body { margin-bottom: 32px; grid-area: main; max-width: 100%; + width: 100%; } &-copy-container { @@ -168,10 +169,11 @@ body { background-color: @electricity-ui-50; color: @electricity-ui-05; cursor: pointer; - padding: 12px 118px; box-sizing: border-box; text-transform: uppercase; font-weight: 600; + width: 100%; + height: 36px; &:focus { box-shadow: 0 0 10px rgba(61, 162, 253, 1);