From: Coleman Watts Date: Tue, 4 Oct 2016 23:57:17 +0000 (-0400) Subject: dashboard.css - add max-device-width to media X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1f5bba337a70d36fd5d559905a4951d9e3a84620;p=civicrm-core.git dashboard.css - add max-device-width to media --- diff --git a/css/dashboard.css b/css/dashboard.css index d73bddfbdf..cf2f34e815 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -218,7 +218,7 @@ 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;