diff --git a/app/assets/stylesheets/admin/components/card.sass b/app/assets/stylesheets/admin/components/card.sass
index 37a37c62189407d0d82b3f4d6448258feecf27b2..0f9b5473080bc63891cce9f7aa7ca3a6d2f99b32 100644
--- a/app/assets/stylesheets/admin/components/card.sass
+++ b/app/assets/stylesheets/admin/components/card.sass
@@ -1,5 +1,6 @@
 .card
     box-shadow: 0px 2px 4px 0px rgba(16, 15, 15, 0.05)
+    height: 100%
     margin-bottom: $spacing1
     overflow: hidden
     transition: box-shadow 0.3s ease-in-out