Skip to content

Commit

Permalink
Fix layout issues on recurring bookings UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanton committed Jun 24, 2024
1 parent 6b3153c commit e4606ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stylesheets/_component.cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@

.card__body {
display: flex;
padding: .5em .75em;
}

.label {
Expand Down
1 change: 1 addition & 0 deletions stylesheets/_component.lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
display: flex;
flex-wrap: wrap;
margin: 0;
width: 100%;

dt {
width: 3%;
Expand Down

0 comments on commit e4606ef

Please sign in to comment.