adjustment: finalized text width

This commit is contained in:
Sheen Capadngan
2024-04-26 03:33:58 +08:00
parent a20a60850b
commit 2a89b872c5

View File

@@ -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>