Skip to content

Commit

Permalink
report: fix filmstrip wrap (#15693)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Dec 14, 2023
1 parent f943f89 commit 8b119b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions report/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -884,16 +884,16 @@
}

.lh-filmstrip {
display: grid;
display: flex;
justify-content: space-between;
padding-bottom: var(--default-padding);
justify-items: center;
margin-bottom: var(--default-padding);
width: 100%;
grid-template-columns: repeat(auto-fit, 90px);
}

.lh-filmstrip__frame {
text-align: right;
position: relative;
overflow: hidden;
line-height: 0;
}

.lh-filmstrip__thumbnail {
Expand Down
2 changes: 1 addition & 1 deletion report/renderer/components.js

Large diffs are not rendered by default.

0 comments on commit 8b119b1

Please sign in to comment.