Fixed some issues with the width of terminal

This commit is contained in:
Daniel Xie
2016-10-24 02:18:01 -05:00
parent 4ea83fa199
commit 1446a8d96e
3 changed files with 8 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
padding-top: 10px;
padding-left: 10px;
height: auto;
width: 100%;
font-size: 16px;
}
@@ -19,7 +20,7 @@
.terminal-input {
display: table-cell;
width: auto;
width: 90%;
padding: 0px !important;
margin: 0px !important;
border: 0px;