Skip to content

Commit

Permalink
Improve styling of trace statistics selectors (jaegertracing#639)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <[email protected]>
Signed-off-by: vvvprabhakar <[email protected]>
  • Loading branch information
rubenvp8510 authored Sep 15, 2020
1 parent 4ffb2a4 commit 39dabab
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
flex-wrap: wrap;
font-size: unset;
margin: 0;
padding: 0.75rem 1.25rem 0.75rem 1.25rem;
padding: 0.5rem 1.25rem 0.5rem 1.25rem;
position: relative;
}

Expand All @@ -37,3 +37,7 @@ limitations under the License.
right: 0;
padding-right: 40px;
}

.TraceStatisticsHeader .NameSelector {
font-size: 1em;
}

0 comments on commit 39dabab

Please sign in to comment.