Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
fix(item-layout): remove align-self from item layout
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad committed Jul 6, 2023
1 parent 2b6d32e commit 408032f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/item_layout/item_layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,10 @@ export default {
}
&--right {
align-self: flex-start;
padding-left: var(--dt-space-400);
}
&--left {
align-self: flex-start;
justify-content: flex-end;
padding-right: var(--dt-space-400);
}
Expand Down

0 comments on commit 408032f

Please sign in to comment.