1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a917e3d871f2/ Changeset: a917e3d871f2 User: carlfeberhard Date: 2015-01-29 22:51:57+00:00 Summary: UI, history multi-view: fix column height response in firefox Affected #: 1 file diff -r a0c2bd2de611ab95292f9ae5f759dae9fa4939aa -r a917e3d871f2782ae4cf1b57bb4775c0e0224efe templates/webapps/galaxy/history/view_multiple.mako --- a/templates/webapps/galaxy/history/view_multiple.mako +++ b/templates/webapps/galaxy/history/view_multiple.mako @@ -33,6 +33,11 @@ display: -ms-flexbox; display: flex; + /* force ff to squish beyond content: + https://developer.mozilla.org/en-US/Firefox/Releases/34/Site_Compatibility#C... */ + min-width: 0px; + min-height: 0px; + -webkit-align-items: stretch; -ms-align-items: stretch; align-items: stretch; Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.