Skip to content

Commit

Permalink
[FX-4559] Align labels in forms (#4044)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk authored Dec 7, 2023
1 parent ec2e315 commit b107dc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-ravens-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@toptal/picasso': patch
---

- align form labels to the top of container
1 change: 1 addition & 0 deletions packages/picasso/src/FormField/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const HORIZONTAL_COLUMN_WIDTH_PX = 272
export default () =>
createStyles({
root: {
alignItems: 'start',
fontSize: '1rem',

'& + &': {
Expand Down

0 comments on commit b107dc2

Please sign in to comment.