From 8ee0ef24717d79b8db7a1277c884451cd1597199 Mon Sep 17 00:00:00 2001 From: "Marc S. Brooks" Date: Fri, 22 Mar 2024 10:36:27 -0700 Subject: [PATCH] Update height -> inherit from parent --- src/slot-machine.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slot-machine.scss b/src/slot-machine.scss index 808c4cd..f2eecb4 100644 --- a/src/slot-machine.scss +++ b/src/slot-machine.scss @@ -44,6 +44,7 @@ .reel { display: inline-block; + height: inherit; .strip { list-style: none;