Merge pull request #288 from sharetribe/cross-browser-testing

Cross browser testing
This commit is contained in:
Vesa Luusua 2017-07-07 04:02:20 +03:00 committed by GitHub
commit aedc695883
9 changed files with 14 additions and 10 deletions

View file

@ -1,7 +1,7 @@
.root {
flex-grow: 1;
width: 100%;
height: 100%;
height: auto;
display: flex;
flex-direction: column;
padding: 11px 24px 0 24px;

View file

@ -1,7 +1,7 @@
.root {
flex-grow: 1;
width: 100%;
height: 100%;
height: auto;
display: flex;
flex-direction: column;
padding: 11px 24px 0 24px;

View file

@ -1,7 +1,7 @@
.root {
flex-grow: 1;
width: 100%;
height: 100%;
height: auto;
display: flex;
flex-direction: column;
padding: 11px 24px 0 24px;

View file

@ -1,7 +1,7 @@
.root {
flex-grow: 1;
width: 100%;
height: 100%;
height: auto;
display: flex;
flex-direction: column;
padding: 11px 24px 0 24px;

View file

@ -8,7 +8,7 @@
}
.tabs {
width: 198px;
width: 200px;
}
.tab {

View file

@ -1,6 +1,6 @@
.root {
width: 100%;
height: 100%;
height: auto;
display: flex;
flex: 1;
flex-direction: column;

View file

@ -2,7 +2,7 @@
.root {
width: 100%;
height: 100%;
height: auto;
display: flex;
flex: 1;
flex-direction: column;

View file

@ -2,13 +2,15 @@
.root {
width: 100%;
height: 100%;
height: auto;
display: flex;
flex-direction: column;
flex: 1;
flex-grow: 1;
flex-shrink: 0;
}
.imagesField {
flex-shrink: 0;
}
.addImageWrapper {
@ -97,10 +99,12 @@
}
.tip {
flex-shrink: 0;
color: var(--matterColorAnti);
}
.submitButton {
flex-shrink: 0;
margin-top: auto;
margin-bottom: 24px;
}

View file

@ -1,6 +1,6 @@
.root {
width: 100%;
height: 100%;
height: auto;
display: flex;
flex: 1;
flex-direction: column;