mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 14:44:28 +02:00
Merge pull request #797 from youhymuk/fixTextFallingOut
Fix text falling out in the main popup
This commit is contained in:
commit
95795db282
1 changed files with 5 additions and 0 deletions
|
@ -301,6 +301,11 @@ div.canvasTerminalHolder > div.terminal-window-holder div.inside {
|
||||||
border-radius: 0 0 5px 5px;
|
border-radius: 0 0 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.inside pre {
|
||||||
|
white-space: normal;
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
#controls {
|
#controls {
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue