Skip to content

Commit

Permalink
tweak story to improve screenshot coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Aug 16, 2024
1 parent 5b298ec commit fa6edfe
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ export const determinate = (): string => html`
flex-direction: row;
gap: 50px;
}
calcite-loader {
/* provide dimensions for consistent screenshots */
height: 100px;
width: 100px;
}
</style>
<h1>determinate</h1>
<div class="scales">
Expand Down

0 comments on commit fa6edfe

Please sign in to comment.