From 7fc12886140f2de67da6209890cbc4c5e525126a Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 2 Jul 2019 15:09:48 +0100 Subject: [PATCH] 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 --- res/css/structures/auth/_Login.scss | 6 +----- src/components/views/auth/PasswordLogin.js | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/res/css/structures/auth/_Login.scss b/res/css/structures/auth/_Login.scss index 68e5f5c19f..4ce90cc6bd 100644 --- a/res/css/structures/auth/_Login.scss +++ b/res/css/structures/auth/_Login.scss @@ -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 { diff --git a/src/components/views/auth/PasswordLogin.js b/src/components/views/auth/PasswordLogin.js index b7dd4a4e83..59acf0a034 100644 --- a/src/components/views/auth/PasswordLogin.js +++ b/src/components/views/auth/PasswordLogin.js @@ -312,7 +312,6 @@ export default class PasswordLogin extends React.Component {