Skip to content

Commit

Permalink
Merge pull request #10 from flixlix/8-feature-request-one-line-mode
Browse files Browse the repository at this point in the history
fix: wrong direction styling
  • Loading branch information
flixlix authored May 24, 2023
2 parents a07a836 + 16bf071 commit 6a18fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ export const stylesBase = css`
justify-content: end;
align-items: center;
flex-direction: row-reverse;
flex-wrap: wrap;
flex-wrap: wrap-reverse;
column-gap: 1rem;
row-gap: 0.5rem;
min-width: 342px;
}
.label {
display: flex;
justify-content: flex-end;
align-items: center;
font-size: 20px;
/* margin-bottom: 8px; */
}
.period {
display: flex;
Expand Down

0 comments on commit 6a18fdc

Please sign in to comment.