You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
Fix login type selector border
This fixes a regression in the login type selector's border and placement. Fixes https://github.com/vector-im/riot-web/issues/10223
This commit is contained in:
@@ -83,11 +83,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_Login_type_label {
|
.mx_Login_type_label {
|
||||||
flex-grow: 1;
|
flex: 1;
|
||||||
}
|
|
||||||
|
|
||||||
.mx_Login_type_dropdown {
|
|
||||||
min-width: 200px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Login_underlinedServerName {
|
.mx_Login_underlinedServerName {
|
||||||
|
|||||||
@@ -312,7 +312,6 @@ export default class PasswordLogin extends React.Component {
|
|||||||
<div className="mx_Login_type_container">
|
<div className="mx_Login_type_container">
|
||||||
<label className="mx_Login_type_label">{ _t('Sign in with') }</label>
|
<label className="mx_Login_type_label">{ _t('Sign in with') }</label>
|
||||||
<Field
|
<Field
|
||||||
className="mx_Login_type_dropdown"
|
|
||||||
id="mx_PasswordLogin_type"
|
id="mx_PasswordLogin_type"
|
||||||
element="select"
|
element="select"
|
||||||
value={this.state.loginType}
|
value={this.state.loginType}
|
||||||
|
|||||||
Reference in New Issue
Block a user