Merge pull request #73 from filecoin-project/@gndclouds/edit-list-styling

fixed margins and padding of table and drag icon
This commit is contained in:
CAKE 2020-07-19 10:46:51 -07:00 committed by GitHub
commit 0a6ed1b3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -54,7 +54,6 @@ const STYLES_BUTTON = css`
const STYLES_DELETE = css`
box-sizing: border-box;
height: 18px;
margin-top: 1px;
cursor: pointer;
color: ${Constants.system.darkGray};
justify-self: end;
@ -67,7 +66,7 @@ const STYLES_DELETE = css`
const STYLES_REORDER = css`
box-sizing: border-box;
height: 14px;
margin-top: 1px;
margin-top: 4px;
cursor: grab;
color: ${Constants.system.darkGray};
justify-self: start;

View File

@ -99,7 +99,7 @@ const STYLES_TOP_COLUMN = css`
const STYLES_CONTENT = css`
box-sizing: border-box;
padding: 12px 12px 16px 12px;
padding: 12px 12px 12px 12px;
min-width: 10%;
width: 100%;
align-self: stretch;