mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-24 06:45:59 +03:00
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:
commit
0a6ed1b3a0
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user