forked from Gitlink/forgeplus-react
issue
This commit is contained in:
parent
14df994cd6
commit
dfa9b3d835
|
@ -22,9 +22,14 @@
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
.treeinfo{
|
.treeinfo{
|
||||||
max-width: 399px;
|
width: 399px;
|
||||||
flex:1;
|
flex:1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
&>a{
|
||||||
|
display: block;
|
||||||
|
width: 399px;
|
||||||
|
|
||||||
|
}
|
||||||
a:hover{
|
a:hover{
|
||||||
span{
|
span{
|
||||||
color: #466AFF!important;
|
color: #466AFF!important;
|
||||||
|
|
|
@ -369,6 +369,7 @@ class CreateMerge extends Component {
|
||||||
onSelect={(e) => this.selectBrach('pull', e)}
|
onSelect={(e) => this.selectBrach('pull', e)}
|
||||||
showSearch
|
showSearch
|
||||||
className="merge-flex1 flex1"
|
className="merge-flex1 flex1"
|
||||||
|
dropdownMatchSelectWidth={false}
|
||||||
>
|
>
|
||||||
{this.renderBrances(pullBranches)}
|
{this.renderBrances(pullBranches)}
|
||||||
</Select>
|
</Select>
|
||||||
|
@ -395,6 +396,7 @@ class CreateMerge extends Component {
|
||||||
onSelect={(e) => this.selectBrach('merge', e)}
|
onSelect={(e) => this.selectBrach('merge', e)}
|
||||||
showSearch
|
showSearch
|
||||||
className="merge-flex1 flex1"
|
className="merge-flex1 flex1"
|
||||||
|
dropdownMatchSelectWidth={false}
|
||||||
>
|
>
|
||||||
{this.renderBrances(mergeBranches)}
|
{this.renderBrances(mergeBranches)}
|
||||||
</Select>
|
</Select>
|
||||||
|
|
Loading…
Reference in New Issue