mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 18:54:03 +08:00
feat: use minWidth for a better display effect in org select (#2843)
This commit is contained in:
parent
f95ce13b82
commit
505054b0eb
@ -1173,7 +1173,7 @@ class LoginPage extends React.Component {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={{height: 300}}>
|
<div style={{height: 300, minWidth: 320}}>
|
||||||
{renderChoiceBox()}
|
{renderChoiceBox()}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user