Skip to content

Commit

Permalink
adding back overflow:hidden to the v-card that must have been removed…
Browse files Browse the repository at this point in the history
… from the base component (#157)
  • Loading branch information
bonomite authored Sep 7, 2022
1 parent cb62fb6 commit 0f7bb6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/scss/cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
border-radius: 20px;
box-shadow: none;
height: 100%;
overflow: hidden;
}
.radiolab-card.v-card .card-details {
display: flex;
Expand Down

0 comments on commit 0f7bb6f

Please sign in to comment.