Skip to content

Commit

Permalink
fixes #1355 by aligning the checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkos authored and luis100 committed Oct 3, 2018
1 parent aad87ed commit 128fb4d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,11 @@ div.inline {
opacity: 1;
}

.my-asyncdatagrid-display th input {
/* header checkbox in AsyncTableCell */
margin-left: 6px;
}

/**********************************************
SKELETON
************************************************/
Expand Down

0 comments on commit 128fb4d

Please sign in to comment.