From 6cedef5d384d1b428788a7ade1c3d32ab127e97a Mon Sep 17 00:00:00 2001 From: cyprain-okeke <108260115+cyprain-okeke@users.noreply.github.com> Date: Fri, 5 Sep 2025 22:58:04 +0530 Subject: [PATCH] [CL-641][Defect][Web] More spacing defects including self-host environment (#16285) * Fix the selfhost ui issue * Fix the text warp * Add more space with text and button * Push the upload file button space change * resolve the space issue --- ...ation-subscription-selfhost.component.html | 7 ++-- ...lf-hosting-license-uploader.component.html | 6 ++-- .../shared/update-license.component.html | 32 ++++++++++--------- 3 files changed, 25 insertions(+), 20 deletions(-) diff --git a/apps/web/src/app/billing/organizations/organization-subscription-selfhost.component.html b/apps/web/src/app/billing/organizations/organization-subscription-selfhost.component.html index 471912f83a..1c823ed76c 100644 --- a/apps/web/src/app/billing/organizations/organization-subscription-selfhost.component.html +++ b/apps/web/src/app/billing/organizations/organization-subscription-selfhost.component.html @@ -12,7 +12,7 @@ > -
+
{{ "billingPlan" | i18n }}
{{ subscription.planName }}
@@ -44,7 +44,7 @@ }}
{{ "selfHostGracePeriodHelp" @@ -61,6 +61,7 @@ href="{{ this.cloudWebVaultUrl }}" target="_blank" rel="noreferrer" + class="tw-mb-4" > {{ "launchCloudSubscription" | i18n }} @@ -93,7 +94,7 @@ -
+
diff --git a/apps/web/src/app/billing/shared/update-license.component.html b/apps/web/src/app/billing/shared/update-license.component.html index ea0818389e..cc62aac898 100644 --- a/apps/web/src/app/billing/shared/update-license.component.html +++ b/apps/web/src/app/billing/shared/update-license.component.html @@ -1,11 +1,11 @@ {{ "licenseFile" | i18n }} -
+
- {{ this.licenseFile ? this.licenseFile.name : ("noFileChosen" | i18n) }} + {{ this.licenseFile ? this.licenseFile.name : ("noFileChosen" | i18n) }}
- - +
+ + +