Skip to content

Commit

Permalink
Update metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Jul 5, 2024
1 parent b544c08 commit 227068b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,10 @@
}
}

.dataviews-view-list__field {
display: inline-flex;
}

&.is-selected,
&.is-hovered,
&:focus-within {
Expand Down Expand Up @@ -497,8 +501,8 @@
}

.dataviews-view-list__media-wrapper {
width: $grid-unit-50 + $grid-unit-05;
height: $grid-unit-50 + $grid-unit-05;
width: $grid-unit-60;
height: $grid-unit-60;
overflow: hidden;
position: relative;
flex-shrink: 0;
Expand Down Expand Up @@ -548,7 +552,7 @@
}

.dataviews-view-list__field-value {
line-height: $grid-unit-05 * 5;
line-height: $grid-unit-30;
display: inline-flex;
}
}
Expand Down

0 comments on commit 227068b

Please sign in to comment.