From b7f4edac249e0551cca1fdad15ebbd0adb11b1a1 Mon Sep 17 00:00:00 2001 From: busy-panda Date: Fri, 19 Apr 2024 17:08:38 +0200 Subject: [PATCH] Reduced the width of the Operator column in tab Assert --- .../components/RequestPane/Assertions/StyledWrapper.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/bruno-app/src/components/RequestPane/Assertions/StyledWrapper.js b/packages/bruno-app/src/components/RequestPane/Assertions/StyledWrapper.js index db0a36e585..eef02664e2 100644 --- a/packages/bruno-app/src/components/RequestPane/Assertions/StyledWrapper.js +++ b/packages/bruno-app/src/components/RequestPane/Assertions/StyledWrapper.js @@ -21,7 +21,15 @@ const Wrapper = styled.div` padding: 6px 10px; &:nth-child(1) { - width: 30%; + width: 60%; + } + + &:nth-child(2) { + width: 130px; + } + + &:nth-child(3) { + width: 40%; } &:nth-child(4) {