1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Fix alignment of restore vault screen (#9339)

* Fix alignment of restore vault screen

Fixes #9324

Possibly missed when #9183 was merged. The issue is that the same classname is overridding the intended flex-direction.

46ba1ef100/ui/app/css/itcss/components/newui-sections.scss (L98-L101)
This commit is contained in:
Thomas Huang 2020-09-01 14:38:26 -07:00 committed by GitHub
parent a3f9e6d37b
commit f3a37dc1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,14 @@
height: 100%;
justify-content: center;
padding: 0 10px;
> .first-view-main {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
}
.first-view-main {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
@media screen and (min-width: 1281px) {
.first-view-main {