Skip to content

Commit 7f4c562

Browse files
authored
Improve styling of trace statistics selectors (#639)
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
1 parent e65f944 commit 7f4c562

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/jaeger-ui/src/components/TracePage/TraceStatistics/TraceStatisticsHeader.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
flex-wrap: wrap;
2121
font-size: unset;
2222
margin: 0;
23-
padding: 0.75rem 1.25rem 0.75rem 1.25rem;
23+
padding: 0.5rem 1.25rem 0.5rem 1.25rem;
2424
position: relative;
2525
}
2626

@@ -37,3 +37,7 @@ limitations under the License.
3737
right: 0;
3838
padding-right: 40px;
3939
}
40+
41+
.TraceStatisticsHeader .NameSelector {
42+
font-size: 1em;
43+
}

0 commit comments

Comments
 (0)