mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
Fixed some issues with the width of terminal
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user