fix: env name overflow (#5598)

This commit is contained in:
Pooja
2025-09-19 19:36:37 +05:30
committed by GitHub
parent 17d5629627
commit 87d8c5ccb7

View File

@@ -136,7 +136,7 @@ const EnvironmentSelector = ({ collection }) => {
)}
</>
) : (
<span className="env-text-inactive">No environments</span>
<span className="env-text-inactive max-w-36 truncate no-wrap">No environments</span>
);
return (