Skip to content

Commit

Permalink
adjustment: finalized text width
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Apr 25, 2024
1 parent a20a608 commit 2a89b87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export const InfisicalSecretInput = ({
size={item.type === ReferenceType.ENVIRONMENT ? "xs" : "1x"}
/>
</div>
<div className="text-md w-48 truncate text-left">{item.name}</div>
<div className="text-md w-10/12 truncate text-left">{item.name}</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 2a89b87

Please sign in to comment.