mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-04 10:04:59 +02:00
increase margin-left for "shell input"
Shells usually have a space character on their prompt after the "$" or "#"
This commit is contained in:
parent
c765e476d5
commit
7ae2175d2d
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ p.commandLine span.prompt {
|
|||
|
||||
#commandLineBar p.command {
|
||||
margin: 0;
|
||||
margin-left: 12px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#commandLineBar #commandTextField {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue