feat: use minWidth for a better display effect in org select (#2843)

This commit is contained in:
DacongDA 2024-03-29 15:47:27 +08:00 committed by GitHub
parent f95ce13b82
commit 505054b0eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1173,7 +1173,7 @@ class LoginPage extends React.Component {
};
return (
<div style={{height: 300}}>
<div style={{height: 300, minWidth: 320}}>
{renderChoiceBox()}
</div>
);