Project

General

Profile

Actions

Defect #43492

open

Initials avatar shrink in the Activity view when event titles are long

Added by Mizuki ISHIKAWA 1 day ago. Updated 1 day ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

When viewing the Activity ppage, if a issue has a title long enough to cause a line break, the Initials avatar displayed to its left becomes smaller in proportion to the title length.
This probrem is not limited to Issue but also affects Wiki pages, News, and other items displayed on the Activity page.

This is similar to issue Defect #41821: Icons shrink in the Activity view when event titles are long.


Files

screenshot 2025-11-14 10.46.09.png (113 KB) screenshot 2025-11-14 10.46.09.png Mizuki ISHIKAWA, 2025-11-18 01:52
Actions #1

Updated by Mizuki ISHIKAWA 1 day ago

The following modification fixes the problem:

diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 0a22e3c81..6d63b86ac 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -1980,6 +1980,7 @@ img.filecontent.image {background-image: url(/transparent.png);}
   border-radius: 20%;
   display: inline-flex;
   vertical-align: middle;
+  flex-shrink: 0;
 }

 span[role="img"].avatar {

Actions

Also available in: Atom PDF