diff --git a/src/FilterDropDown.js b/src/FilterDropDown.js index 9191ee3..e08ce91 100644 --- a/src/FilterDropDown.js +++ b/src/FilterDropDown.js @@ -91,7 +91,7 @@ class FilterDropDown extends Component { switch (filterDropdownType) { case 'string': return { @@ -102,7 +102,7 @@ class FilterDropDown extends Component { case 'number': return { @@ -118,7 +118,7 @@ class FilterDropDown extends Component { switch (filterDropdownType) { case 'string': return {locale['include']} @@ -130,7 +130,7 @@ class FilterDropDown extends Component { case 'number': return {locale['greater_than']} diff --git a/src/Table.scss b/src/Table.scss index 5aa5846..9f717ff 100644 --- a/src/Table.scss +++ b/src/Table.scss @@ -522,6 +522,7 @@ $checkbox-height:16px; .u-checkbox { height: $checkbox-height; line-height: $checkbox-height; + margin:0px; } } .u-table:focus{