Skip to content

Commit

Permalink
simplify styling a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Nov 19, 2024
1 parent babb032 commit afa92bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nimble-components/src/checkbox/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const styles = css`
.container {
position: relative;
display: grid;
grid-template-columns: auto auto 1fr auto;
grid-template-columns: auto 1fr auto;
grid-template-rows: ${bodyFontLineHeight} auto;
align-items: center;
width: 100%;
Expand Down Expand Up @@ -138,7 +138,7 @@ export const styles = css`
}
.error-icon {
grid-column: 4;
grid-column: 3;
grid-row: 1;
margin-left: ${smallPadding};
}
Expand Down

0 comments on commit afa92bc

Please sign in to comment.