ColdTrick / event_manager

Manage events in Elgg
https://elgg.org/plugins/736695
27 stars 37 forks source link

Contact details exceed sidebar's width #107

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello, don't know if it's our theme fault but Contact details exceed sidebar's width, see screenshot below. Cheers

screen-event-manager
ghost commented 7 years ago

It looks like the culprit is "Website" field, if empty width respects column's

jdalsem commented 7 years ago

Yeah the reason is probably wordwrapping as the website is one word and it probably is not allowed to break a word.

ghost commented 7 years ago

Humble suggestion: remove from sidebar and put it in main body area, sidebars are not always seen and in mobile views are often at the bottom... ;)

jdalsem commented 7 years ago

Default Elgg theme and also Aalborg break the word. So i expect the issue is part of your theme

afbeelding

ghost commented 7 years ago

Hmmm sorry for wasting your time :(

jdalsem commented 7 years ago

not a problem. if it was a bug of event_manager i would have fixed it and would be very grateful for you reporting this issue.

ghost commented 7 years ago

Still would like to be able to understand exactly what the problem is not to bother you devs :S Thanks for your kindness as always!

jdalsem commented 7 years ago

Checked your site and maybe there is a bit more to it... will examine if i can reproduce it locally

jdalsem commented 7 years ago

Still think the problem is in your theme. There is a css rule for .elgg-sidebar .elgg-module that sets the display to inline-block. Removing the rule solves the problem, but i do not know why it is there. I believe core and aalborg do not have this rule.