Update style.css

fix bottom boundary overflow
pull/485/head
Gitai 5 years ago committed by GitHub
parent 43e566b3de
commit a97597bca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      html/style.css

@ -295,6 +295,7 @@ input.inline {
/* Text console */
pre.console {
box-sizing: border-box;
background-color: #663300;
border-radius: 5px;
border: 0px solid #000000;

Loading…
Cancel
Save