From 60571a0fba8bc1e6de02509075824c90147ee68d Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:45:51 -0600 Subject: [PATCH] hotfix: update pills too large or missing (#347) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: update pill too large * fix: news pill styles misplaced * fix: "ORIGINAL MESSAGE" → "Original Message" pill --------- Co-authored-by: Jake Rosenberg --- .../user_news/templates/user_news/includes/read_item.html | 4 +++- .../css/for-core-styles/components/c-news--list.css | 6 ++---- .../tup_cms/css/for-core-styles/components/c-news.css | 6 ++++++ .../static/tup_cms/css/for-tup-cms/components/c-update.css | 7 ++----- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/apps/tup-cms/src/apps/user_news/templates/user_news/includes/read_item.html b/apps/tup-cms/src/apps/user_news/templates/user_news/includes/read_item.html index 2b7269766..77a169f73 100644 --- a/apps/tup-cms/src/apps/user_news/templates/user_news/includes/read_item.html +++ b/apps/tup-cms/src/apps/user_news/templates/user_news/includes/read_item.html @@ -18,7 +18,9 @@

{{ article.subtitle }}

{% if article.updates %} {% include './updates.html' with updates=article.updates %}
-

{% trans "Original Message" %}

+

+ {% trans "Original Message" %} +

{% trans "Published" %}