Merge pull request #6394 from matrix-org/dbkr/exorcise_homeserver_checkbox

Fix bug where 'other homeserver' would unfocus
This commit is contained in:
David Baker 2021-07-19 10:09:03 +01:00 committed by GitHub
commit 863f4d4f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 7 deletions

View file

@ -46,7 +46,7 @@ limitations under the License.
width: $font-16px;
}
> input[type=radio] {
input[type=radio] {
// Remove the OS's representation
margin: 0;
padding: 0;
@ -112,6 +112,12 @@ limitations under the License.
}
}
}
.mx_RadioButton_innerLabel {
display: flex;
position: relative;
top: 4px;
}
}
.mx_RadioButton_outlined {