1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/14c8fee2aedb/ Changeset: 14c8fee2aedb User: carlfeberhard Date: 2014-05-27 17:49:47 Summary: Style fix: use scrolling overflow for long HDA annotation lines Affected #: 2 files diff -r 33b1ff4b998541ae1ca1c302919077f4f29cc57a -r 14c8fee2aedba44f1a21f233bc87412edcbc00aa static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1662,7 +1662,7 @@ .hda.dataset .dataset-body .dataset-actions .right .icon-btn:only-child{margin:0px;border-radius:3px} .hda.dataset .dataset-body .dataset-actions .right .icon-btn{margin-left:2px} .hda.dataset .dataset-body .tags-display{display:none;margin-bottom:8px}.hda.dataset .dataset-body .tags-display .select2-container{min-width:0px}.hda.dataset .dataset-body .tags-display .select2-container .select2-choices{border-radius:3px} -.hda.dataset .dataset-body .annotation-display{display:none;margin-bottom:8px}.hda.dataset .dataset-body .annotation-display .annotation{border-radius:3px;border:1px solid rgba(153,153,153,0.30000000000000004);padding:4px;white-space:pre-line} +.hda.dataset .dataset-body .annotation-display{display:none;margin-bottom:8px}.hda.dataset .dataset-body .annotation-display .annotation{border-radius:3px;border:1px solid rgba(153,153,153,0.30000000000000004);padding:4px;white-space:pre-line;overflow:auto} .hda.dataset .dataset-body .annotation-display .annotation:empty{height:22px} .hda.dataset .dataset-body .annotation-display .annotation:empty:after{position:relative;top:-4px;font-size:10px;font-style:italic;color:grey;content:'Click here to edit annotation'} .hda.dataset .dataset-body .annotation-display textarea{margin:0px 0px 2px 0px;display:block;border-radius:3px;width:100%} diff -r 33b1ff4b998541ae1ca1c302919077f4f29cc57a -r 14c8fee2aedba44f1a21f233bc87412edcbc00aa static/style/src/less/history.less --- a/static/style/src/less/history.less +++ b/static/style/src/less/history.less @@ -309,6 +309,7 @@ .annotation { .info-section; white-space: pre-line; + overflow: auto; } .annotation:empty { height: @icon-btn-size; 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.