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

Lange URLs ragen über das Popup hinaus #27

Open
mwkaufmann opened this issue May 25, 2018 · 3 comments
Open

Lange URLs ragen über das Popup hinaus #27

mwkaufmann opened this issue May 25, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@mwkaufmann
Copy link
Contributor

sollten das CSS anpassen. Vermutlich reicht ein einfaches overflow:hidden beim Popup-DIV.

@mwkaufmann
Copy link
Contributor Author

Beispiel für dieses Verhalten: Geflügelhof Schneider in Bruchsal.

.leaflet-popup-content-wrapper {
    overflow: hidden;
}

sollte das Problem beheben.

@stefangrotz stefangrotz added the bug Something isn't working label May 25, 2018
@mwkaufmann mwkaufmann changed the title Lange E-Mail-Adressen ragen über das Popup hinaus Lange URLs ragen über das Popup hinaus May 26, 2018
@stefangrotz
Copy link
Member

Danke für den Hinweis!
Einigermaßen gefixt in 915fc61 und 8554372

Scheint ein reines Chrome-Problem zu sein. Leider schaffe ich es dort nicht die Tabelle selbst kleiner als das Popup zu halten und verstehe noch nicht ganz wieso.

@stefangrotz
Copy link
Member

Scheint sich mit overflow-wrap: break-word; lösen zu lassen, alles andere bricht nicht um, wenn es keine Leerzeichen gibt. Chrome ignoriert als einziger Browser trotzdem alle breiten und zeilenumbrüche:
bildschirmfoto 2018-07-20 um 16 01 20

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

2 participants