From d4e024e836a71a6d88d9f99865e93b99059a92fc Mon Sep 17 00:00:00 2001 From: Vinod Kumar <vinodkumar@zool.in> Date: Wed, 24 Aug 2022 12:18:50 +0530 Subject: [PATCH] Issue #SB-18683 Resend otp and submit otp button text is not aligned properly in OTP page when user selects tamil language --- package.json | 2 +- themes/themes-portal.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b4b3aa..a0e84b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@project-sunbird/sb-themes", - "version": "0.0.79", + "version": "0.0.80", "description": "Sunbird project application themes", "main": "index.js", "scripts": { diff --git a/themes/themes-portal.scss b/themes/themes-portal.scss index 2c6f42d..32688c7 100644 --- a/themes/themes-portal.scss +++ b/themes/themes-portal.scss @@ -432,6 +432,7 @@ html[layout='joy'] { padding: calculateRem(8px) !important; height: 3rem !important; width: 3rem !important; + span { display: none; } -- GitLab