Skip to content

Commit

Permalink
fix(flip card): prevent extra whitespace (#2854)
Browse files Browse the repository at this point in the history
  • Loading branch information
katebatura authored Nov 30, 2021
1 parent e308c45 commit e8fa95b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

:host {
display: block;
min-width: 0;
perspective: 1200px;
position: relative;
}
Expand Down Expand Up @@ -46,6 +47,8 @@
.front-container,
.back-container {
flex: 1;
height: fit-content;
overflow: auto;

.flip-button {
cursor: pointer;
Expand Down

0 comments on commit e8fa95b

Please sign in to comment.