Skip to content

Commit 936c51f

Browse files
fix: style fixes (#843)
* fix: style fixes
1 parent 6a13521 commit 936c51f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

projects/components/src/list-view/list-view.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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;

projects/distributed-tracing/src/shared/components/log-events/log-events-table.component.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
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 {

0 commit comments

Comments
 (0)