Skip to content
Snippets Groups Projects
Commit 2d767b17 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Fix button heights in admin interface

parent b302a42f
Branches
No related tags found
1 merge request!170Fix minor design issues and upgrade dependencies
...@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment