Skip to content

Commit

Permalink
fix: overflow period
Browse files Browse the repository at this point in the history
  • Loading branch information
flixlix committed May 13, 2023
1 parent f111267 commit 33b586d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ export const styles = css`
ha-card {
padding: 1rem;
}
h1 {
padding: 0;
padding-bottom: 1rem;
}
`;

export const stylesBase = css`
Expand All @@ -17,9 +21,8 @@ export const stylesBase = css`
.row {
display: flex;
justify-content: flex-end;
}
:host([narrow]) .row {
flex-direction: column-reverse;
margin-bottom: 8px;
}
.label {
display: flex;
Expand All @@ -34,9 +37,6 @@ export const stylesBase = css`
align-items: center;
gap: 1rem;
}
:host([narrow]) .period {
margin-bottom: 8px;
}
mwc-button {
margin-left: 8px;
}
Expand Down

0 comments on commit 33b586d

Please sign in to comment.