mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-31 23:40:27 +02:00
small fixes - box lang menu
This commit is contained in:
parent
8c7ef8592d
commit
8399ff4d10
1 changed files with 3 additions and 2 deletions
|
@ -634,7 +634,7 @@ li.rebaseEntry,
|
|||
border-right: 0;
|
||||
box-shadow: -1px -1px 5px rgba(0,0,0,0.3);
|
||||
font-weight: bold;
|
||||
max-width: 520px;
|
||||
max-width: 500px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
@ -685,11 +685,12 @@ div.helperBar.show {
|
|||
-o-transform: translate3d(0,0,0);
|
||||
-ms-transform: translate3d(0,0,0);
|
||||
transform: translate3d(0,0,0);
|
||||
height: 85px;
|
||||
min-height: 85px;
|
||||
}
|
||||
|
||||
div.helperBar.show.BaseHelperBar {
|
||||
height: auto;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
#commandLineBar,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue