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

Commit 26297f5

Browse files
authored
Corrected the alignment of the Edit button on LoginPage. (#7292)
1 parent 8715316 commit 26297f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

res/css/views/elements/_ServerPicker.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ limitations under the License.
6262
color: $authpage-primary-color;
6363
grid-column: 1;
6464
grid-row: 2;
65-
margin-bottom: 16px;
6665
}
6766

6867
.mx_ServerPicker_change {
@@ -73,7 +72,7 @@ limitations under the License.
7372
}
7473

7574
.mx_ServerPicker_desc {
76-
margin-top: -12px;
75+
margin-top: 4px;
7776
color: $tertiary-content;
7877
grid-column: 1 / 2;
7978
grid-row: 3;

0 commit comments

Comments
 (0)