File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
distributed-tracing/src/shared/components/log-events Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 33
44$key-width : 40% ;
55$value-width : 60% ;
6- $margin-left : 12px ;
6+ $horizontal-offset : 12px ;
77
88@mixin grid-view {
99 width : 100% ;
@@ -34,7 +34,7 @@ $margin-left: 12px;
3434 .header-key-label ,
3535 .header-value-label {
3636 @include overline ;
37- margin-left : $margin-left ;
37+ padding : 0 $horizontal-offset ;
3838 width : 100% ;
3939 }
4040 }
@@ -51,7 +51,7 @@ $margin-left: 12px;
5151 width : 100% ;
5252 display : flex ;
5353 align-items : center ;
54- margin-left : $margin-left ;
54+ padding : 0 $horizontal-offset ;
5555 }
5656 .key {
5757 font-weight : 500 ;
Original file line number Diff line number Diff line change 11@import ' font' ;
22
33.log-events-table {
4- margin-top : 25px ;
4+ padding-top : 24px ;
5+ width : 100% ;
6+ height : 100% ;
7+
8+ ht-table {
9+ max-height : 100% ;
10+ }
511}
612
713.content {
You can’t perform that action at this time.
0 commit comments