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 committed Oct 1, 2018
1 parent 923eeb1 commit 8a5865c
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 8a5865c

Please sign in to comment.