Skip to content

Commit

Permalink
fix log size
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 25, 2020
1 parent 81e128f commit 76ab2ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ button:disabled {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-height: 0; /* lets the log view fit the available space */
}
#loghead {
flex: 0 0 auto;
Expand Down

0 comments on commit 76ab2ab

Please sign in to comment.