From 79cb1bfca8013bbb521842a7cb02cc4aada133c6 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Sat, 27 Dec 2025 09:20:04 +0530 Subject: [PATCH] chore: fixed review comments --- .../EnvironmentDetails/EnvironmentVariables/StyledWrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-app/src/components/WorkspaceHome/WorkspaceEnvironments/EnvironmentList/EnvironmentDetails/EnvironmentVariables/StyledWrapper.js b/packages/bruno-app/src/components/WorkspaceHome/WorkspaceEnvironments/EnvironmentList/EnvironmentDetails/EnvironmentVariables/StyledWrapper.js index e79d3dc77..c726b83b7 100644 --- a/packages/bruno-app/src/components/WorkspaceHome/WorkspaceEnvironments/EnvironmentList/EnvironmentDetails/EnvironmentVariables/StyledWrapper.js +++ b/packages/bruno-app/src/components/WorkspaceHome/WorkspaceEnvironments/EnvironmentList/EnvironmentDetails/EnvironmentVariables/StyledWrapper.js @@ -46,7 +46,7 @@ const Wrapper = styled.div` td { padding: 5px 10px !important; border-bottom: solid 1px ${(props) => props.theme.border.border0}; - border-right: ${(props) => props.theme.border.border0}; + border-right: solid 1px ${(props) => props.theme.border.border0}; &:last-child { border-right: none;