Skip to content
Snippets Groups Projects

Fix minor design issues and upgrade dependencies

Merged Benjamin Hättasch requested to merge upgrades into main
3 files
+ 15
10
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -32,6 +32,11 @@
font-size: 5vw;
text-align: center;
}
/* Fix delete button height in admin interface */
.submit-row a.deletelink, .delete-confirmation form .cancel-link {
height: auto!important;
}
</style>
{% endcompress %}
{% endblock %}
Loading