From 896f732c92a320ea184920d72c352f97d88b74fc Mon Sep 17 00:00:00 2001
From: Paul Kaplan <pkaplan@media.mit.edu>
Date: Wed, 9 May 2018 10:00:17 -0400
Subject: [PATCH] Fix css for large monitors to make sizing more consistent
 with Scratch 2

---
 src/components/monitor/monitor.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/monitor/monitor.css b/src/components/monitor/monitor.css
index 298d895e0..0dd717f1b 100644
--- a/src/components/monitor/monitor.css
+++ b/src/components/monitor/monitor.css
@@ -45,9 +45,9 @@
 }
 
 .large-value {
-    min-height: 1.5rem;
+    min-height: 1.4rem;
     min-width: 3rem;
-    padding: 0.25rem;
+    padding: 0.1rem 0.25rem;
     text-align: center;
     color: white;
     font-size: 1rem;
-- 
GitLab