From e7d0a6b57979c4ee523b88e3978e739360674b8a Mon Sep 17 00:00:00 2001 From: z0ccc Date: Wed, 29 Sep 2021 19:01:48 -0400 Subject: [PATCH] Fix flex issues on safari --- frontend/package.json | 2 +- frontend/src/components/TableRow.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 51e2d2f..2029fdd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "test": "react-scripts test", "eject": "react-scripts eject", "predeploy": "yarn run build", - "deploy": "gh-pages -d build" + "deploy": "echo 'vytal.io' > ./build/CNAME && gh-pages -d build" }, "eslintConfig": { "extends": "react-app" diff --git a/frontend/src/components/TableRow.css b/frontend/src/components/TableRow.css index 839ad9f..9733813 100644 --- a/frontend/src/components/TableRow.css +++ b/frontend/src/components/TableRow.css @@ -32,6 +32,7 @@ td:nth-child(3) { display: flex; justify-content: space-between; margin: 0 0 6px 0; + height: 20px; } .modalTitle { @@ -43,7 +44,6 @@ td:nth-child(3) { display: flex; width: 12px; cursor: pointer; - margin: -12px 0 0 0; } .closeButton:hover {