mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-03 03:04:27 +02:00
Merge pull request #522 from Hongarc/css
fix(css): fix offset top of select level (in firefox)
This commit is contained in:
commit
adb748c0ea
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ body,
|
|||
display: -ms-flexbox;
|
||||
}
|
||||
|
||||
.contentHolder {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
body,
|
||||
.flex1 {
|
||||
-webkit-box-flex: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue