Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix login type selector border
Browse files Browse the repository at this point in the history
This fixes a regression in the login type selector's border and placement.

Fixes element-hq/element-web#10223
  • Loading branch information
jryans committed Jul 2, 2019
1 parent a4587c5 commit 7fc1288
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions res/css/structures/auth/_Login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,7 @@ limitations under the License.
}

.mx_Login_type_label {
flex-grow: 1;
}

.mx_Login_type_dropdown {
min-width: 200px;
flex: 1;
}

.mx_Login_underlinedServerName {
Expand Down
1 change: 0 additions & 1 deletion src/components/views/auth/PasswordLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ export default class PasswordLogin extends React.Component {
<div className="mx_Login_type_container">
<label className="mx_Login_type_label">{ _t('Sign in with') }</label>
<Field
className="mx_Login_type_dropdown"
id="mx_PasswordLogin_type"
element="select"
value={this.state.loginType}
Expand Down

0 comments on commit 7fc1288

Please sign in to comment.