From c3c829ec3dd0b986eed50737cd84e854a45fb1a9 Mon Sep 17 00:00:00 2001 From: mattpass Date: Fri, 23 Oct 2020 11:08:18 +0100 Subject: [PATCH] Fix with of command to 99% --- assets/css/terminal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}