Skip to content

Commit 4182a88

Browse files
[dashboard] Review comment "icon spacing"
Co-authored-by: Filip Troníček <[email protected]>
1 parent 580e7d8 commit 4182a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dashboard/src/teams/variables/NamedOrganizationEnvvarItem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export const NamedOrganizationEnvvarItem = ({ disabled, organizationId, name, va
4949
<InputField disabled={disabled} className="w-full max-w-lg">
5050
<div className="flex flex-col bg-gray-50 dark:bg-gray-800 p-3 rounded-lg">
5151
<div className="flex items-center justify-between">
52-
<div className="flex-1 flex items-center overflow-hidden h-8" title={value}>
53-
<span className="w-5 h-5 mr-1">
52+
<div className="flex-1 flex items-center overflow-hidden h-8 gap-2" title={value}>
53+
<span className="w-5 h-5">
5454
<Stack />
5555
</span>
5656
<span className="truncate font-medium text-gray-700 dark:text-gray-200">{name}</span>

0 commit comments

Comments
 (0)