Reduced the width of the Operator column in tab Assert

This commit is contained in:
busy-panda 2024-04-19 17:08:38 +02:00
parent 8e99ed3258
commit b7f4edac24

View File

@ -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) {