Skip to content

Commit

Permalink
decrease footer font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi-sl committed Aug 23, 2024
1 parent ca255b0 commit 297dd34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Components/NetworkTable/NetworkTable.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
padding: $size-xs $size-s;
display: inline-flex;
vertical-align: middle;
font-size: $font-size-small;

span {
flex: 1 1 auto;
Expand Down
2 changes: 1 addition & 1 deletion tests/__tests__/state/__snapshots__/reducer.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Object {
},
],
},
"index": 1767214,
"index": 0,
"method": "GET",
"serverIPAddress": "13.227.143.46",
"size": "135 KB",
Expand Down
2 changes: 1 addition & 1 deletion tests/__tests__/state/reducer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe('network reducer', () => {
payload: preparedMockData.get(0),
});
expect(state.get('selectedReqIndex'))
.toBe(1767214);
.toBe(0);
expect(state.get('reqDetail'))
.toMatchSnapshot();
});
Expand Down

0 comments on commit 297dd34

Please sign in to comment.