Skip to content

Commit 6c6f952

Browse files
committed
feat(@clayui/language-picker): LPD-45714 Add security margin
1 parent 35eb475 commit 6c6f952

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/clay-language-picker/src/index.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,11 @@ const TranslationLabel = ({
140140
])}
141141
</span>
142142

143-
<ClayLabel aria-hidden="true" displayType={displayType}>
143+
<ClayLabel
144+
aria-hidden="true"
145+
className="c-ml-3"
146+
displayType={displayType}
147+
>
144148
{label}
145149
</ClayLabel>
146150
</>

0 commit comments

Comments
 (0)