File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Shared/Components/FormFieldWrapper Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const FormFieldLabel = ({
57
57
< div className = { `flex left ${ required ? 'dc__required-field' : '' } ` } >
58
58
< ConditionalWrap condition = { showTooltip } wrap = { wrapWithTooltip } >
59
59
< label
60
- className = { `fs-13 lh-20 fw-4 dc__block mb-0 cursor ${ isRowLayout ? `cn-9 ${ showTooltip ? 'dc__underline' : '' } ` : 'cn-7' } ` }
60
+ className = { `fs-13 lh-20 fw-4 dc__block mb-0 cursor ${ isRowLayout ? `cn-9 ${ showTooltip ? 'dc__underline-dotted ' : '' } ` : 'cn-7' } ` }
61
61
htmlFor = { inputId }
62
62
id = { labelId }
63
63
data-testid = { labelId }
@@ -76,7 +76,7 @@ const FormFieldLabel = ({
76
76
{ ! isRowLayout && labelTippyCustomizedConfig && (
77
77
< TippyCustomized
78
78
theme = { TippyTheme . white }
79
- className = "w-400 dc__align-left"
79
+ className = "w-300 dc__align-left"
80
80
placement = "bottom-start"
81
81
Icon = { ICHelp }
82
82
iconClass = "fcv-5"
You can’t perform that action at this time.
0 commit comments