Skip to content

Commit

Permalink
Categories Loader Styling Issue resolved issue #57
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed Asher Ahmed committed Apr 11, 2017
1 parent dfb9773 commit 7ecc611
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions imports/ui/components/categories/Categories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ class CategoriesPage extends Component {
</div>
<Card theme={tableTheme}>
{this.props.categoriesLoading ? <Loader accent/> : this.props.categoriesExists ?
<Table
selectable={false}
heading={false}
model={model}
source={categories}/>
<Table className={theme.table} theme={tableTheme}
selectable={false}
heading={false}
model={model}
source={categories}/>

: addCategory
}
Expand Down
1 change: 1 addition & 0 deletions imports/ui/components/categories/tableTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@import "~react-toolbox/lib/button/config";

.card{
min-height: $unit * 15;
table{
padding: $unit * 2 $unit * 2.5;
tr{
Expand Down

0 comments on commit 7ecc611

Please sign in to comment.