Skip to content

Commit

Permalink
#hot-fix. Fix sorting arrows to px top
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed May 7, 2018
1 parent 56686ad commit c81b811
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gigatables-react",
"version": "2.4.5",
"version": "2.4.51",
"description": "GigaTables is a ReactJS plug-in to help web-developers process table-data in applications and CMS, CRM, ERP or similar systems. It supports ajax data processing/editing (CRUD), pagination, cross-sorting, global search, shft/ctrl rows selection, 7 popular languages and more.",
"main": "./build/index.js",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@ td {
}

:global .sorting_asc {
background: url('../images/sort_asc.png') right top no-repeat;
background: url('../images/sort_asc.png') right 16px no-repeat;
}

:global .sorting_desc {
background: url('../images/sort_desc.png') right top no-repeat;
background: url('../images/sort_desc.png') right 16px no-repeat;
}

:global .unselectable {
Expand Down

0 comments on commit c81b811

Please sign in to comment.