Fix flex issues on safari
This commit is contained in:
parent
13f8852622
commit
e7d0a6b579
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"predeploy": "yarn run build",
|
"predeploy": "yarn run build",
|
||||||
"deploy": "gh-pages -d build"
|
"deploy": "echo 'vytal.io' > ./build/CNAME && gh-pages -d build"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ td:nth-child(3) {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 0 0 6px 0;
|
margin: 0 0 6px 0;
|
||||||
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modalTitle {
|
.modalTitle {
|
||||||
|
|
@ -43,7 +44,6 @@ td:nth-child(3) {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: -12px 0 0 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.closeButton:hover {
|
.closeButton:hover {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue