Skip to content

Commit 20eb617

Browse files
authored
Fix width of contextual help in CRA (#5675)
* Fix width of contextual help in CRA test app * update postioning
1 parent eead097 commit 20eb617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rsp-cra-18/src/sections/OverlayExamples.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function OverlayExamples() {
1616
Delete unnecessary files to free up space.
1717
</AlertDialog>
1818
</DialogTrigger>
19-
<ContextualHelp width="size-0"variant="info">
19+
<ContextualHelp alignSelf="start" variant="info">
2020
<Heading>Need help?</Heading>
2121
<Content>
2222
<Text>

0 commit comments

Comments
 (0)