Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions projects/components/src/list-view/list-view.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

$key-width: 40%;
$value-width: 60%;
$margin-left: 12px;
$horizontal-offset: 12px;

@mixin grid-view {
width: 100%;
Expand Down Expand Up @@ -34,7 +34,7 @@ $margin-left: 12px;
.header-key-label,
.header-value-label {
@include overline;
margin-left: $margin-left;
padding: 0px $horizontal-offset;
width: 100%;
}
}
Expand All @@ -51,7 +51,7 @@ $margin-left: 12px;
width: 100%;
display: flex;
align-items: center;
margin-left: $margin-left;
padding: 0px $horizontal-offset;
}
.key {
font-weight: 500;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
@import 'font';

.log-events-table {
margin-top: 25px;
padding-top: 25px;
width: 100%;
height: 100%;

ht-table {
max-height: 100%;
}
}

.content {
Expand Down