Reduced the width of the Operator column in tab Assert

This commit is contained in:
busy-panda 2024-04-19 17:14:44 +02:00
parent b7f4edac24
commit 40872f6e9e

View File

@ -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;
}