Skip to content

Commit

Permalink
Change ./pub/service/usage.dsp to wrap long values when displaying
Browse files Browse the repository at this point in the history
input pipeline modal dialog
  • Loading branch information
lachlan committed Jul 3, 2020
1 parent c135d96 commit c8b697e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pub/assets/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,9 @@ button {
right: -2px;
top: -5px;
}
.pipeline .IData td {
overflow-wrap: anywhere;
}
.pipeline .IData th {
overflow-wrap: break-word;
}
2 changes: 1 addition & 1 deletion pub/service/usage.dsp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<button type="button" class="close" data-dismiss="modal">&times;</button>
<h4 class="modal-title">Input Pipeline</h4>
</div>
<div class="modal-body">
<div class="modal-body pipeline">
%value none pipeline.html encode(none)%
</div>
</div>
Expand Down

0 comments on commit c8b697e

Please sign in to comment.