mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 13:06:03 +10:00
Merge pull request #288 from sharetribe/cross-browser-testing
Cross browser testing
This commit is contained in:
commit
aedc695883
9 changed files with 14 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.root {
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 11px 24px 0 24px;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.root {
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 11px 24px 0 24px;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.root {
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 11px 24px 0 24px;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.root {
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 11px 24px 0 24px;
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
|
||||
.tabs {
|
||||
width: 198px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.tab {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue