Skip to content

Commit

Permalink
fix(pipeline-builder): fix smart-hint list not align to left when the…
Browse files Browse the repository at this point in the history
… key is too long (#938)

Because

- fix smart-hint list not align to left when the key is too long

This commit

- fix smart-hint list not align to left when the key is too long
  • Loading branch information
EiffelFly authored Feb 6, 2024
1 parent 6e43839 commit 31ea1c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const SmartHintList = ({
key={hint.path}
id={`${path.split(".").join("")}-${index}`}
className={cn(
"flex rounded p-2 product-body-text-4-semibold",
"flex rounded p-2 text-left product-body-text-4-semibold",
{
"bg-semantic-accent-bg text-semantic-accent-hover":
highlightedHintIndex === index,
Expand Down

0 comments on commit 31ea1c6

Please sign in to comment.