From 0b0efc6b8dd65054a8ee488d08ac17c84ea3cc6d Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Fri, 3 Sep 2021 20:51:17 -0700 Subject: [PATCH] Hide child edit and delete buttons on small screens Prevents weird spacing issues and line breaks between buttons on small phones. Closes #298 --- dashboard/templates/dashboard/child_button_group.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/templates/dashboard/child_button_group.html b/dashboard/templates/dashboard/child_button_group.html index 041ddea4..88490f08 100644 --- a/dashboard/templates/dashboard/child_button_group.html +++ b/dashboard/templates/dashboard/child_button_group.html @@ -32,14 +32,14 @@ {% if perms.core.change_child %} - {% endif %} {% if perms.core.delete_child %} -