Fix flexbox in Safari

This commit is contained in:
Kimmo Puputti 2017-08-15 14:42:03 +03:00
parent e731d05c80
commit a7716f8b64
2 changed files with 3 additions and 5 deletions

View file

@ -21,6 +21,7 @@
display: flex;
flex-direction: row;
padding: 10px 24px 0 24px;
flex-shrink: 0;
border-top-width: 1px;
border-top-color: var(--matterColorNegative);

View file

@ -15,6 +15,7 @@
.description {
flex-shrink: 0;
margin-top: 24px;
margin-bottom: 24px;
@media (--viewportMedium) {
margin-top: 30px;
@ -24,6 +25,7 @@
.submitButton {
margin-top: auto;
margin-bottom: 24px;
flex-shrink: 0;
@media (--viewportMedium) {
display: inline-block;
@ -31,8 +33,3 @@
margin-top: 100px;
}
}
.loaderIcon {
/* width: 100%; */
/* height: 40px; */
}