Skip to content

Commit

Permalink
fix(header): Unit would sometimes be on a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Jan 30, 2021
1 parent e24df55 commit 92fad1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ export const styles: CSSResult = css`
flex: 0 0 10%;
}
#state__value {
display: table;
}
#state__value > #state {
font-size: 1.8em;
font-weight: 500;
Expand Down

0 comments on commit 92fad1b

Please sign in to comment.