mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-05 02:27:07 +02:00
Merge pull request #1007 from pcottle/goalOnRight
Resolves #987 -- start goal on the right
This commit is contained in:
commit
02162b208b
3 changed files with 7 additions and 5 deletions
|
@ -257,7 +257,7 @@ div.canvasTerminalHolder {
|
|||
height: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 10px;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
|
@ -335,8 +335,8 @@ div.inside pre {
|
|||
}
|
||||
|
||||
div.canvasTerminalHolder > div.terminal-window-holder {
|
||||
max-width: 500px;
|
||||
min-width: 500px;
|
||||
max-width: 400px;
|
||||
min-width: 400px;
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue