Skip to content
New issue

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

[BUG] Two text-aligns in .maplibregl-ctrl-group .maplibregl-export-list button #256

Open
erictheise opened this issue Sep 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@erictheise
Copy link
Contributor

Select plugins which related to this issue

maplibre-gl-export

Bug Description

This style has two text-aligns, right and center. One should be removed.

Bug Reproduction

.maplibregl-ctrl-group .maplibregl-export-list button {
background: none;
border: none;
cursor: pointer;
display: block;
font-size: 14px;
padding: 8px 8px 6px;
text-align: right;
width: 100%;
height: auto;
text-align: center;
}

Bug Screenshots

No response

Bug System Information

N/A

@erictheise erictheise added the bug Something isn't working label Sep 16, 2024
@watergis watergis deleted a comment Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant