Skip to content

Commit 9115919

Browse files
committed
Merge pull request #3 from djjedclash/fix_checkbox_column
fix checkbox column
2 parents 6841105 + caf6a81 commit 9115919

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/assets/stylesheets/wigu/active_admin_theme.css.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,9 @@ body.active_admin {
351351
font-weight: bold!important;
352352
}
353353
}
354+
th.col-selectable {
355+
width: 12px;
356+
}
354357
th.sorted-desc {
355358
background-color: $skinBorderWindowColor;
356359
}

0 commit comments

Comments
 (0)