mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-22 05:38:40 +01:00
Reduced the width of the Operator column in tab Assert
This commit is contained in:
parent
8e99ed3258
commit
b7f4edac24
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user