diff --git a/viewer/js/gis/dijit/Basemaps/css/Basemaps.css b/viewer/js/gis/dijit/Basemaps/css/Basemaps.css index d35d4ec8c..45b2da4e6 100644 --- a/viewer/js/gis/dijit/Basemaps/css/Basemaps.css +++ b/viewer/js/gis/dijit/Basemaps/css/Basemaps.css @@ -11,4 +11,13 @@ .basemapsIcon:before { font-family: FontAwesome; content: "\f009"; -} \ No newline at end of file +} + + +/* condense dropdown on small screens */ + +@media screen and (max-width: 600px) { + #basemaps_widget .dijitButtonText { + display: none; + } +}