#263 remove css responsiveness from demo

This commit is contained in:
Mario Romano 2016-06-23 14:40:33 +01:00
parent 52509c5692
commit cbe889f496

View File

@ -1,17 +0,0 @@
/* small desktop */
@media all and (max-width: 1200px) {}
/* tablet */
@media all and (max-width: 1024px) {}
/* mobile phone */
@media all and (max-width: 768px) {
alfresco-document-list >>> th.desktop-only .cell-value {
display: none;
}
alfresco-document-list >>> td.desktop-only .cell-value {
display: none;
}
}