
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/95b5323cef58/ Changeset: 95b5323cef58 User: carlfeberhard Date: 2013-11-13 16:38:47 Summary: History panel: allow break/wrap of title on non-whitespace Affected #: 2 files diff -r d61de8f362929483c2a6a6cb8e7b7be77fa5cfa4 -r 95b5323cef58cab0cc76f9b392fe2c9c83254030 static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1540,7 +1540,7 @@ .dataset [class$=messagesmall]{margin:6px 10px 2px 8px;font-size:90%} .dataset .help-text{font-weight:normal;font-style:italic;font-size:90%;color:#555} .dataset .dataset-title-bar{cursor:pointer;padding:6px 10px 6px 8px} -.dataset .dataset-title-bar .dataset-title{display:inline;font-weight:bold;text-decoration:underline;word-break:normal;line-height:16px} +.dataset .dataset-title-bar .dataset-title{display:inline;font-weight:bold;text-decoration:underline;word-wrap:break-word;word-break:break-all;line-height:16px} .dataset .dataset-primary-actions{float:right;margin:6px 10px 0}.dataset .dataset-primary-actions .icon-btn{margin-left:2px} .dataset .dataset-body{display:none;background-color:rgba(255,255,255,0.30000000000000004);padding:6px 10px 6px 8px}.dataset .dataset-body [class$=messagesmall]{margin:0px 0px 8px 0px} .dataset .dataset-body label{margin:0px;padding:0px;font-weight:normal} diff -r d61de8f362929483c2a6a6cb8e7b7be77fa5cfa4 -r 95b5323cef58cab0cc76f9b392fe2c9c83254030 static/style/src/less/history.less --- a/static/style/src/less/history.less +++ b/static/style/src/less/history.less @@ -257,7 +257,8 @@ display: inline; font-weight: bold; text-decoration: underline; - word-break: normal; + word-wrap: break-word; + word-break: break-all; line-height: 16px; } } 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.