diff --git a/assets/css/terminal.css b/assets/css/terminal.css index faee263..7cecec9 100644 --- a/assets/css/terminal.css +++ b/assets/css/terminal.css @@ -34,5 +34,5 @@ html, body {width: 100%; height: 100%} .commandLine .promptVLine {display: inline-block; width: 1px; height: 12px; margin-top: -5px; margin-left: 3px; background: #b58901} .commandLine .promptHLine {display: inline-block; color: #b58901} .commandLine .promptArrow {display: inline-block; margin-left:-1px} -.commandLine .command {border: none; background: transparent; color: #fff} +.commandLine .command {border: none; width: 98%; background: transparent; color: #fff} .commandLine .command:focus {outline: none}