Browse Source

edit event: available-actions are limited in size

editing should be easier now
boyska 2 years ago
parent
commit
1a21495434
1 changed files with 5 additions and 1 deletions
  1. 5 1
      larigira/dbadmin/templates/edit_event.html

+ 5 - 1
larigira/dbadmin/templates/edit_event.html

@@ -7,6 +7,10 @@
 	padding: 5px;
 	border: 2px dashed #999;
 }
+#available-actions {
+	max-height: 50vw;
+	overflow-y: scroll;
+}
 </style>
 {%endblock styles%}
 {%block scripts %}
@@ -50,7 +54,7 @@ $(function() {
 	{% endif %}
 	<h2>Change actions</h2>
 	<div class="row">
-		<div class="col-md-8">
+		<div id="available-actions" class="col-md-8">
 			Available actions:
 			<ul>
 				{% for a in all_actions %}