Currently utilizing Bootstrap 4 along with the viewport
meta tag,
%meta{:content => "width=device-width, initial-scale=1, shrink-to-fit=no", :name => "viewport"}/
Even after hiding all images with .hidden-xs-up
, the display on Chrome mobile appears to be about 25% too large. How can I troubleshoot this to identify the element causing the width issue?