Skip to content

Commit

Permalink
Merge pull request #173 from appwrite/form-item-fix-alignment
Browse files Browse the repository at this point in the history
Multiple form item fix alignment
  • Loading branch information
ArmanNik authored Apr 12, 2024
2 parents 6d57d64 + 26b6239 commit 0ba6273
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/dirty-wasps-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@appwrite.io/pink-icons": minor
"@appwrite.io/pink": minor
---

Fix multiform alignment
2 changes: 1 addition & 1 deletion packages/ui/src/6-elements/form/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
&.is-multiple { grid-template-columns: repeat(auto-fit, minmax(pxToRem(180), 1fr)); }
}
&-item {
&.is-multiple { display:flex; align-items:center; gap:pxToRem(8); }
&.is-multiple { display:flex; gap:pxToRem(8); }
&.is-span-2 { grid-column:span 2;}
&-part { }
}
Expand Down

0 comments on commit 0ba6273

Please sign in to comment.