From 305c98a0d817fa7dc502f9f519152d887301c0d4 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Fri, 7 Sep 2018 09:46:42 -0400 Subject: [PATCH] Fix event comment form textarea overflowing on mobile --- .../templates/get_together/events/show_event.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/get_together/templates/get_together/events/show_event.html b/get_together/templates/get_together/events/show_event.html index 5f70668..ae773b0 100644 --- a/get_together/templates/get_together/events/show_event.html +++ b/get_together/templates/get_together/events/show_event.html @@ -22,6 +22,10 @@ top: 16px; left: -42px; } +textarea { + box-sizing: border-box; + width: 100%; +} {% endblock %} @@ -102,7 +106,7 @@ {% block content %}
-
+
{% if team.banner_img %}
{{team.name}}'s cover image @@ -232,7 +236,7 @@
{% load mptt_tags %} -
    +
      {% recursetree event.comments.all %}