We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad5283e + 8bc9b8a commit 2835c8dCopy full SHA for 2835c8d
indigo_app/static/stylesheets/_works.scss
@@ -86,3 +86,8 @@
86
max-height: 30vh;
87
overflow-y: auto;
88
}
89
+
90
+.amendment-instruction-text {
91
+ max-height: 35vh;
92
+ overflow-y: auto;
93
+}
indigo_app/templates/indigo_api/amendment/_instruction_detail.html
@@ -76,7 +76,9 @@
76
</ul>
77
<div class="tab-content">
78
<div class="tab-pane show active" id="instruction-{{ instruction.pk }}-instructions" tabindex="0">
79
- {{ instruction.amendment_instruction|linebreaksbr }}
+ <div class="amendment-instruction-text">
80
+ {{ instruction.amendment_instruction|linebreaksbr }}
81
+ </div>
82
</div>
83
{% if instruction.is_applied %}
84
<div class="tab-pane" id="instruction-{{ instruction.pk }}-provision" tabindex="0">
0 commit comments