From dc4d61c98ce445669c5f9b96da9ad0fbcd36b5b6 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 30 Sep 2025 20:15:05 -0500 Subject: [PATCH] Style `.crash` file attachments --- app/assets/stylesheets/rich-text-content.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/rich-text-content.css b/app/assets/stylesheets/rich-text-content.css index f1e0fc6d4..f73affd41 100644 --- a/app/assets/stylesheets/rich-text-content.css +++ b/app/assets/stylesheets/rich-text-content.css @@ -216,8 +216,10 @@ font-size: var(--text-small); font-weight: bold; inline-size: auto; + padding-inline: 0.5ch; place-content: center; text-transform: uppercase; + white-space: nowrap; } .attachment--preview { @@ -279,6 +281,7 @@ } .attachment--css, + .attachment--crash, .attachment--php, .attachment--json, .attachment--htm,