netgen / TagsBundle

Netgen Tags Bundle is an eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Platform kernel.
https://netgen.io
GNU General Public License v2.0
48 stars 44 forks source link

Browse tag input outside of field wrapper #130

Closed ludwig031 closed 3 years ago

ludwig031 commented 3 years ago

Browse tag input field falls out of field wrapper in Ibexa administration (3.2) image

thiagocamposviana commented 3 years ago

It can be solved with this:

.ez-content-edit .ez-field-edit.ez-field-edit--eztags:after{clear: both; content: ' ';display: block;}

emodric commented 3 years ago

@thiagocamposviana Wanna make a PR? :)

thiagocamposviana commented 3 years ago

@emodric Thanks, but the change should be so small it is better you fix it without all the back and forth.

emodric commented 3 years ago

Fixed in 4.0.12