diff --git a/frontend/package.json b/frontend/package.json index 2029fdd..48ab018 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": "echo 'vytal.io' > ./build/CNAME && 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 9733813..d979055 100644 --- a/frontend/src/components/TableRow.css +++ b/frontend/src/components/TableRow.css @@ -44,6 +44,7 @@ td:nth-child(3) { display: flex; width: 12px; cursor: pointer; + margin: 0 0 0 12px; } .closeButton:hover { @@ -61,7 +62,7 @@ ul { } td:first-child { - width: 70px; + width: 75px; } td:nth-child(3) {