From c11344857f8d8899caf8a0c947cb6f1b7c42fde9 Mon Sep 17 00:00:00 2001 From: Dan Bennett Date: Fri, 1 Jan 2021 12:15:43 -0600 Subject: [PATCH] Modified history box size --- code/changeHistory.html | 2 +- code/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/changeHistory.html b/code/changeHistory.html index 316de2e..ee8dc01 100644 --- a/code/changeHistory.html +++ b/code/changeHistory.html @@ -11,7 +11,7 @@

Expression Language Emulator - Change History

-

v1.1.4 - December 31st, 2020

+

v1.1.4 - January 1st, 2021

  • Unit tests for conversion functions
  • diff --git a/code/style.css b/code/style.css index fb0e7de..c4968c8 100644 --- a/code/style.css +++ b/code/style.css @@ -120,7 +120,7 @@ label { #history { overflow-y: scroll; min-height:100px; - height: calc(100% - 150px); + height: calc(100% - 115px); } #history p { @@ -144,4 +144,4 @@ ul { padding-left: 20px; margin-top: 5px; margin-bottom: 5px; -} \ No newline at end of file +}