diff --git a/ng2-components/ng2-alfresco-datatable/src/components/datatable.component.css b/ng2-components/ng2-alfresco-datatable/src/components/datatable.component.css index 415a6264c9..7f76443680 100644 --- a/ng2-components/ng2-alfresco-datatable/src/components/datatable.component.css +++ b/ng2-components/ng2-alfresco-datatable/src/components/datatable.component.css @@ -1,13 +1,13 @@ :host .full-width { width: 100%; } :host .icon-cell { - font-size: 48px; + font-size: 24px; cursor: default; } :host .image-cell { - width: 48px; - height: 48px; + width: 24px; + height: 24px; cursor: default; }