Added more space to css
This commit is contained in:
parent
e7d0a6b579
commit
d781c965d1
2 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue