dashboard.css - add max-device-width to media
authorColeman Watts <coleman@civicrm.org>
Tue, 4 Oct 2016 23:57:17 +0000 (19:57 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 4 Oct 2016 23:57:17 +0000 (19:57 -0400)
css/dashboard.css

index d73bddfbdf824851270131204086b72e22328e06..cf2f34e815617599fc20824c30841b054f68e858 100644 (file)
   visibility: hidden;
 }
 
-@media screen and (max-width: 50em) {
+@media screen and (max-device-width: 50em), screen and (max-width: 50em) {
   #crm-container .column {
     width: 100%;
     min-height: 0;