GNU bug report logs - #75296
[PATCH website] website: blog: Avoid long words overflowing in post previews.

Previous Next

Package: guix-patches;

Reported by: sirgazil <at> zoho.com

Date: Thu, 2 Jan 2025 18:37:02 UTC

Severity: normal

Tags: patch

Done: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: sirgazil <at> zoho.com
Subject: bug#75296: closed (Re: [bug#75296] [PATCH website v2] website:
 blog: Prevent content from overflowing in post previews.)
Date: Mon, 06 Jan 2025 12:24:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75296: [PATCH website] website: blog: Avoid long words overflowing in post previews.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75296 <at> debbugs.gnu.org.

-- 
75296: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75296
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: sirgazil <at> zoho.com
Cc: Noé Lopez <noe <at> xn--no-cja.eu>, 75296-done <at> debbugs.gnu.org
Subject: Re: [bug#75296] [PATCH website v2] website: blog: Prevent content
 from overflowing in post previews.
Date: Mon, 06 Jan 2025 13:24:23 +0100
Pushed as 0dad82394930d827738f9cf8c9bbb7fa6ace7965.

Thank you Luis and Noé.

Regards,
Florian

[Message part 3 (message/rfc822, inline)]
From: sirgazil <at> zoho.com
To: guix-patches <at> gnu.org
Cc: Luis Felipe <sirgazil <at> zoho.com>
Subject: [PATCH website] website: blog: Avoid long words overflowing in post
 previews.
Date: Thu,  2 Jan 2025 13:35:16 -0500
From: Luis Felipe <sirgazil <at> zoho.com>

This prevents long, unbreakable text (e.g. a commit hash) in post
previews, from overflowing and overlapping the content of other
previews.

* website/themes/initial/css/item-preview.css (.item-preview): Hide
overflow.
---
 website/themes/initial/css/item-preview.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/website/themes/initial/css/item-preview.css b/website/themes/initial/css/item-preview.css
index 16e698f..750047a 100644
--- a/website/themes/initial/css/item-preview.css
+++ b/website/themes/initial/css/item-preview.css
@@ -5,6 +5,7 @@
 .item-preview:visited {
     color: #4D4D4D;
     display: block;
+    overflow: hidden;
     padding: 10px 15px;
     text-align: left;
 }

base-commit: 53f18814bd231acb5f452de8b511d3260013ca79
-- 
2.46.0




This bug report was last modified 192 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.