Skip to content

Commit 9558bfb

Browse files
authored
Merge branch 'next' into selector-update
2 parents bdecb22 + 292ae57 commit 9558bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/toolbar/table-toolbar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { TableRowSize } from "../table.types";
4848
template: `
4949
<section
5050
class="cds--table-toolbar"
51-
[ngClass]="{'cds--table-toolbar--small' : size === 'sm'}">
51+
[ngClass]="{'cds--table-toolbar--sm' : size === 'sm'}">
5252
<div
5353
*ngIf="model"
5454
class="cds--batch-actions"

0 commit comments

Comments
 (0)