mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-10 02:12:55 +08:00
feat: use minWidth for a better display effect in org select (#2843)
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user