ome / omero-mapr

An OMERO.web app allowing to browse the data through attributes linked to the image
https://pypi.org/project/omero-mapr/
GNU Affero General Public License v3.0
5 stars 12 forks source link

filtersearch css fix #36

Closed will-moore closed 6 years ago

will-moore commented 6 years ago

Fixes style broken in https://github.com/openmicroscopy/openmicroscopy/pull/5669

Before and after this fix:

screen shot 2018-04-19 at 16 23 44 screen shot 2018-04-19 at 16 23 30

In general we should try not to reuse css from webclient in different components in other apps, since this is quite fragile. However, it's tricky to know what is likely to break and we don't want to duplicate all of webclient css!

mtbc commented 6 years ago

Ah, thank you: I'd thought it looked bad but didn't realize it was a regression!

joshmoore commented 6 years ago

Propose release as 0.2.3 then and I'll bump idr/deployment to make use of it. (Note: the 0.2.2 tag is missing from the repo)

joshmoore commented 6 years ago

Released to pypi and updated in https://github.com/IDR/deployment/pull/103