diff --git a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.css b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.css index 15e6a9f9c7..eab03ea4c8 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.css +++ b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.css @@ -93,22 +93,13 @@ /* mobile phone */ @media all and (max-width: 768px) { - - :host th.desktop-only .cell-value { - display: none; - } - - :host td.desktop-only .cell-value { + .desktop-only { display: none; } } @media (max-device-width: 768px){ - :host th.desktop-only .cell-value { - display: none; - } - - :host td.desktop-only .cell-value { + .desktop-only { display: none; } }