Skip to content

Commit

Permalink
Reduced the width of the Operator column in tab Assert
Browse files Browse the repository at this point in the history
  • Loading branch information
busy-panda committed Apr 19, 2024
1 parent 8e99ed3 commit b7f4eda
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b7f4eda

Please sign in to comment.