diff --git a/dashboard/static_src/scss/dashboard.scss b/dashboard/static_src/scss/dashboard.scss
index ded123b3..f31d0e96 100644
--- a/dashboard/static_src/scss/dashboard.scss
+++ b/dashboard/static_src/scss/dashboard.scss
@@ -1,3 +1,7 @@
+.child-actions {
+ flex-wrap: wrap;
+}
+
@include media-breakpoint-between(sm, md) {
#dashboard-child {
&.card-columns {
diff --git a/dashboard/templates/dashboard/child_button_group.html b/dashboard/templates/dashboard/child_button_group.html
index 185787fd..fcfdf45a 100644
--- a/dashboard/templates/dashboard/child_button_group.html
+++ b/dashboard/templates/dashboard/child_button_group.html
@@ -1,16 +1,20 @@
{% load i18n %}
-
+
{% if perms.core.view_child %}
-
+
+
+
+
{% endif %}