We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Since v0.51.0 custom attributions have additional <p> tags around them causing the layout to stack:
<p>
The pipe separator is also surrounded by <p> tags.
You can replicate using a simple example:
map.addControl(new mapboxgl.AttributionControl({customAttribution: "MY CUSTOM ATTRIBUTION"}));
I can resolve by reverting back to v0.50.0
The text was updated successfully, but these errors were encountered:
This was introduced in https://github.com/mapbox/mapbox-gl-js/pull/7444/files to fix compact attributions. Looks like we need to make the <p> tags inline for full size attributions as well.
Sorry, something went wrong.
also happening in https://www.mapbox.com/designer-maps/#cali-terrain
Successfully merging a pull request may close this issue.
Hi,
Since v0.51.0 custom attributions have additional
<p>
tags around them causing the layout to stack:The pipe separator is also surrounded by
<p>
tags.You can replicate using a simple example:
map.addControl(new mapboxgl.AttributionControl({customAttribution: "MY CUSTOM ATTRIBUTION"}));
I can resolve by reverting back to v0.50.0
The text was updated successfully, but these errors were encountered: