From 0889482ea31eae136f0db3b879368e4eb6112c22 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:43:11 +1300 Subject: [PATCH] layout tweak #30 --- app/static/structure.css | 5 +++++ app/static/structure.scss | 4 ++++ app/templates/topic/topic_create_post.html | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/app/static/structure.css b/app/static/structure.css index 0cbff03e..88f5b7a1 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -1164,6 +1164,11 @@ fieldset legend { top: 0; } +#choose_communities_in_topic_card { + max-width: inherit; + overflow: hidden; +} + #choose_community table th { white-space: nowrap; overflow: hidden; diff --git a/app/static/structure.scss b/app/static/structure.scss index 7dc9d2f8..ae95514f 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -850,6 +850,10 @@ fieldset { top: 0; } +#choose_communities_in_topic_card { + max-width: inherit; + overflow: hidden; +} #choose_community { table th { white-space: nowrap; diff --git a/app/templates/topic/topic_create_post.html b/app/templates/topic/topic_create_post.html index 2e255371..d27db4b8 100644 --- a/app/templates/topic/topic_create_post.html +++ b/app/templates/topic/topic_create_post.html @@ -4,8 +4,8 @@ {% block app_content %}
-
-
+
+
{{ _('Which community within %(topic)s to post in?', topic=topic.name) }}