[ARVADOS] updated: 46e84d9e5fce8ca05fd056405dff6fa72c456d2e
git at public.curoverse.com
git at public.curoverse.com
Mon Dec 1 22:43:14 EST 2014
Summary of changes:
.../app/views/pipeline_instances/_running_component.html.erb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 46e84d9e5fce8ca05fd056405dff6fa72c456d2e (commit)
from 46aee7d3bec5676e054bddc38633b2775f3a0fd6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 46e84d9e5fce8ca05fd056405dff6fa72c456d2e
Author: radhika <radhika at curoverse.com>
Date: Mon Dec 1 22:42:26 2014 -0500
4559: wrap long component name
diff --git a/apps/workbench/app/views/pipeline_instances/_running_component.html.erb b/apps/workbench/app/views/pipeline_instances/_running_component.html.erb
index 9176652..48f8465 100644
--- a/apps/workbench/app/views/pipeline_instances/_running_component.html.erb
+++ b/apps/workbench/app/views/pipeline_instances/_running_component.html.erb
@@ -4,9 +4,9 @@
<div class="container-fluid">
<div class="row-fluid">
<%# column offset 0 %>
- <div class="col-md-3">
+ <div class="col-md-3" style="word-break:break-all;>
<h4 class="panel-title">
- <a data-toggle="collapse" href="#collapse<%= i %>" style="white-space: nowrap;">
+ <a data-toggle="collapse" href="#collapse<%= i %>">
<%= pj[:name] %> <span class="caret"></span>
</a>
</h4>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list