mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-26 06:05:45 +00:00
Reduced the width of the Operator column in tab Assert
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user