Skip to content
Snippets Groups Projects
Commit 9efcadad authored by Xu Jing's avatar Xu Jing
Browse files

fix(css): fix css justify-content property's value 'start, end' has mixed support warning

parent 6d5183f9
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@
color: $ui-white;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
display: flex;
justify-content: end;
justify-content: flex-end;
align-items: center;
font-size: .8125rem;
}
......
......@@ -5,7 +5,7 @@
color: $ui-white;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
display: flex;
justify-content: start;
justify-content: flex-start;
align-items: center;
cursor: default;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment