Skip to content
Snippets Groups Projects

Fix minor design issues and upgrade dependencies

3 files
+ 15
10
Compare changes
  • Side-by-side
  • Inline

Files

+ 5
0
@@ -32,6 +32,11 @@
@@ -32,6 +32,11 @@
font-size: 5vw;
font-size: 5vw;
text-align: center;
text-align: center;
}
}
 
 
/* Fix delete button height in admin interface */
 
.submit-row a.deletelink, .delete-confirmation form .cancel-link {
 
height: auto!important;
 
}
</style>
</style>
{% endcompress %}
{% endcompress %}
{% endblock %}
{% endblock %}
Loading