Skip to content

Commit

Permalink
Merge pull request #1384 from appwrite/fix-PRO-1094-alignment-fixes
Browse files Browse the repository at this point in the history
Various padding fixes
  • Loading branch information
ernstmul authored Oct 1, 2024
2 parents b1a0f38 + 4b5123e commit ab67b7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/lib/components/collapsibleItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
<style lang="scss">
// TODO: remove once pink is updated
.collapsible-item {
.collapsible-wrapper {
padding-left: 0;
}
.collapsible-wrapper.is-disabled {
cursor: not-allowed;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/creditCardInfo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</script>

<div class:box={isBox}>
<div class="u-flex u-main-space-between u-cross-start">
<div class="u-flex u-main-space-between u-cross-start" style="padding-block: 0.5rem;">
<div class="u-line-height-1-5 u-flex u-flex-vertical u-gap-2">
<span class="u-flex u-cross-center u-gap-8">
<p class="text u-bold">
Expand Down

0 comments on commit ab67b7f

Please sign in to comment.