Skip to content

Commit

Permalink
fix(PageFooter): fix component styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Mar 7, 2022
1 parent 3d51f2e commit a3f5de3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/PageFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ footer select {
gap: 0 16px;
}
.left-side button {
text-align: left;
}
.right-side {
justify-content: flex-end;
}
Expand Down

0 comments on commit a3f5de3

Please sign in to comment.