unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75296] [PATCH website] website: blog: Avoid long words overflowing in post previews.
@ 2025-01-02 18:35 sirgazil--- via Guix-patches via
  2025-01-03 12:56 ` Noé Lopez via Guix-patches via
  2025-01-04 18:23 ` [bug#75296] [PATCH website v2] website: blog: Prevent content from " sirgazil--- via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: sirgazil--- via Guix-patches via @ 2025-01-02 18:35 UTC (permalink / raw)
  To: 75296; +Cc: Luis Felipe

From: Luis Felipe <sirgazil@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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-01-06 12:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-02 18:35 [bug#75296] [PATCH website] website: blog: Avoid long words overflowing in post previews sirgazil--- via Guix-patches via
2025-01-03 12:56 ` Noé Lopez via Guix-patches via
2025-01-03 15:17   ` Luis Felipe via Guix-patches via
2025-01-04 18:23 ` [bug#75296] [PATCH website v2] website: blog: Prevent content from " sirgazil--- via Guix-patches via
2025-01-06 12:24   ` bug#75296: " pelzflorian (Florian Pelz)

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).