GNU bug report logs -
#75296
[PATCH website] website: blog: Avoid long words overflowing in post previews.
Previous Next
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
Message #8 received at 75296 <at> debbugs.gnu.org (full text, mbox):
Hi,
I think “overflow-wrap: break-word;” would be more appropriate, as it
does not cut off information or letters in half.
Good evening,
Noé
> 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.