Corrected the alignment of the Edit button on LoginPage. (#7292)

pull/21833/head
Ankur 2021-12-07 12:50:09 +05:30 committed by GitHub
parent 8715316a66
commit 26297f5498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,6 @@ limitations under the License.
color: $authpage-primary-color;
grid-column: 1;
grid-row: 2;
margin-bottom: 16px;
}
.mx_ServerPicker_change {
@ -73,7 +72,7 @@ limitations under the License.
}
.mx_ServerPicker_desc {
margin-top: -12px;
margin-top: 4px;
color: $tertiary-content;
grid-column: 1 / 2;
grid-row: 3;