Corrected the alignment of the Edit button on LoginPage. (#7292)
parent
8715316a66
commit
26297f5498
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue