conversionfoundry / breeze

A Ruby on Rails CMS for brochure-style websites.
Other
3 stars 2 forks source link

Can't select some elements to edit #79

Open kenbeatson opened 12 years ago

kenbeatson commented 12 years ago

Example afp://Pandora._afpovertcp._tcp.local/Dropbox/LC Services/Clients/Customers/Numat/Testing and QA/Bugs list/cant select duplicated capsule

albandiguer commented 12 years ago

That happen in case your element is floating. Please try to insert this after the concerned element. https://gist.github.com/8e4d55262ea101c42d72

We need that done in a natural way though. Jamie maybe could give a look and his thought.

pandacat commented 11 years ago

Hmmmm..... What if we used the Additional classes field that we've started using in some partials? I think that would work as the clearfix would be applied to the whole partial container div ( it would mean a partial will have to have a unique container ID / Classs.

The only problem I see with this solution is if you have 3 elements floated left sitting next to each other, the clearfix will clear the float?