We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdecb22 + 292ae57 commit 9558bfbCopy full SHA for 9558bfb
src/table/toolbar/table-toolbar.component.ts
@@ -48,7 +48,7 @@ import { TableRowSize } from "../table.types";
48
template: `
49
<section
50
class="cds--table-toolbar"
51
- [ngClass]="{'cds--table-toolbar--small' : size === 'sm'}">
+ [ngClass]="{'cds--table-toolbar--sm' : size === 'sm'}">
52
<div
53
*ngIf="model"
54
class="cds--batch-actions"
0 commit comments