Skip to content

Commit

Permalink
fix button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel committed Dec 11, 2023
1 parent 6812aa6 commit cce7623
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/FacilityDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,11 @@ ion-segment {
align-items: start;
}
ion-card > ion-button[expand="block"] {
margin-inline: var(--spacer-sm);
margin-bottom: var(--spacer-sm);
}
.actions {
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit cce7623

Please sign in to comment.