mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-27 08:08:46 +01:00
Reduced the width of the Operator column in tab Assert
This commit is contained in:
parent
b7f4edac24
commit
40872f6e9e
@ -20,18 +20,10 @@ const Wrapper = styled.div`
|
|||||||
td {
|
td {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
|
|
||||||
&:nth-child(1) {
|
|
||||||
width: 60%;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:nth-child(2) {
|
&:nth-child(2) {
|
||||||
width: 130px;
|
width: 130px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:nth-child(3) {
|
|
||||||
width: 40%;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:nth-child(4) {
|
&:nth-child(4) {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user