Skip to content

Commit

Permalink
Modified history box size
Browse files Browse the repository at this point in the history
  • Loading branch information
nonodename committed Jan 1, 2021
1 parent 9398cbe commit c113448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/changeHistory.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>Expression Language Emulator - Change History</h1>
</header>
<main>
<section>
<h4>v1.1.4 - December 31st, 2020</h4>
<h4>v1.1.4 - January 1st, 2021</h4>
<p>
<ul>
<li>Unit tests for conversion functions</li>
Expand Down
4 changes: 2 additions & 2 deletions code/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ label {
#history {
overflow-y: scroll;
min-height:100px;
height: calc(100% - 150px);
height: calc(100% - 115px);
}

#history p {
Expand All @@ -144,4 +144,4 @@ ul {
padding-left: 20px;
margin-top: 5px;
margin-bottom: 5px;
}
}

0 comments on commit c113448

Please sign in to comment.