From 40872f6e9e2ecbd3e4851a349a659e933806ec53 Mon Sep 17 00:00:00 2001 From: busy-panda Date: Fri, 19 Apr 2024 17:14:44 +0200 Subject: [PATCH] Reduced the width of the Operator column in tab Assert --- .../components/RequestPane/Assertions/StyledWrapper.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/bruno-app/src/components/RequestPane/Assertions/StyledWrapper.js b/packages/bruno-app/src/components/RequestPane/Assertions/StyledWrapper.js index eef02664e..8e658c263 100644 --- a/packages/bruno-app/src/components/RequestPane/Assertions/StyledWrapper.js +++ b/packages/bruno-app/src/components/RequestPane/Assertions/StyledWrapper.js @@ -20,18 +20,10 @@ const Wrapper = styled.div` td { padding: 6px 10px; - &:nth-child(1) { - width: 60%; - } - &:nth-child(2) { width: 130px; } - &:nth-child(3) { - width: 40%; - } - &:nth-child(4) { width: 70px; }