Skip to content

Commit c150f1a

Browse files
committed
Small trace-panel layout tweaks
1 parent 82659a4 commit c150f1a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/react-hook-tracer/src/components/TracePanel.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
.trace-panel .props {
2828
border-top: solid 1px #666;
29-
padding-top: 2px;
29+
padding-top: 1px;
3030
padding-bottom: 2px;
3131
padding-left: 4px;
3232
padding-right: 4px;
@@ -46,14 +46,15 @@
4646

4747
.trace-panel .trace-origins {
4848
border-top: solid 1px #666;
49-
padding-top: 2px;
50-
padding-bottom: 2px;
5149
}
5250

5351
.trace-panel .trace-origin {
54-
padding-left: 4px;
52+
padding-left: 3px;
5553
padding-right: 4px;
5654
}
55+
.trace-panel .trace-origin:last-of-type {
56+
padding-bottom: 2px;
57+
}
5758

5859
.trace-panel .trace-origin[data-is-highlighted='false'] {
5960
background-color: inherit;

0 commit comments

Comments
 (0)