We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65667e6 commit e61b4f4Copy full SHA for e61b4f4
apps/client/src/widgets/login/components/login-slide/login-slide.tsx
@@ -34,7 +34,7 @@ const LoginSlide = () => {
34
<section className={styles.slideImageSection}>
35
<img
36
src={LOGIN_TEXT.IMAGE_URL[idx]}
37
- width={'65%'}
+ width={'62%'}
38
alt={LOGIN_TEXT.ALT_TAG[idx]}
39
/>
40
<div className={styles.contentTextContainer}>
apps/client/src/widgets/login/components/login-slide/sub-title.css.ts
@@ -4,6 +4,8 @@ import { themeVars } from '@bds/ui/styles';
4
5
export const descriptionText = style({
6
width: '100%',
7
+ height: '100%',
8
+ minHeight: '4.8rem',
9
...themeVars.fontStyles.body1_m_16,
10
color: themeVars.color.gray600,
11
whiteSpace: 'pre-wrap',
0 commit comments