We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82659a4 commit c150f1aCopy full SHA for c150f1a
packages/react-hook-tracer/src/components/TracePanel.css
@@ -26,7 +26,7 @@
26
27
.trace-panel .props {
28
border-top: solid 1px #666;
29
- padding-top: 2px;
+ padding-top: 1px;
30
padding-bottom: 2px;
31
padding-left: 4px;
32
padding-right: 4px;
@@ -46,14 +46,15 @@
46
47
.trace-panel .trace-origins {
48
49
50
- padding-bottom: 2px;
51
}
52
53
.trace-panel .trace-origin {
54
- padding-left: 4px;
+ padding-left: 3px;
55
56
+.trace-panel .trace-origin:last-of-type {
+ padding-bottom: 2px;
57
+}
58
59
.trace-panel .trace-origin[data-is-highlighted='false'] {
60
background-color: inherit;
0 commit comments