Skip to content

Commit b6b1fe2

Browse files
committed
fix(table): small hack to force the checkbox column down in size
1 parent b613ea4 commit b6b1fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/table.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ import { I18n } from "./../i18n/i18n.module";
170170
<thead>
171171
<tr>
172172
<th *ngIf="model.hasExpandableRows()"></th>
173-
<th *ngIf="showSelectionColumn">
173+
<th *ngIf="showSelectionColumn" style="width: 10px;">
174174
<ibm-checkbox
175175
[size]="size !== ('lg' ? 'sm' : 'md')"
176176
[(ngModel)]="selectAllCheckbox"

0 commit comments

Comments
 (0)