[beta] too big font for action labels #6051

Open
opened 2026-02-20 04:07:50 -05:00 by deekerman · 9 comments
Owner

Originally created by @lukaszwawrzyk on GitHub (Jul 24, 2025).

I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.

  • Yes

The bug

Image

Whole words do not fit in single line in action descriptions.

The OS that Immich Server is running on

.

Version of Immich Server

1.136.0

Version of Immich Mobile App

1.136.0

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

.

Your .env content

.

Reproduction steps

.

Relevant log output


Additional information

No response

Originally created by @lukaszwawrzyk on GitHub (Jul 24, 2025). ### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug <img width="1280" height="2856" alt="Image" src="https://github.com/user-attachments/assets/8fcb4a99-858c-4e5c-baee-8551f8dd6ba4" /> Whole words do not fit in single line in action descriptions. ### The OS that Immich Server is running on . ### Version of Immich Server 1.136.0 ### Version of Immich Mobile App 1.136.0 ### Platform with the issue - [ ] Server - [x] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML . ``` ### Your .env content ```Shell . ``` ### Reproduction steps . ### Relevant log output ```shell ``` ### Additional information _No response_
Author
Owner

@alextran1502 commented on GitHub (Jul 24, 2025):

@bwees Can you check if we can have a widget to make sure that words aren't cut off randomly

@alextran1502 commented on GitHub (Jul 24, 2025): @bwees Can you check if we can have a widget to make sure that words aren't cut off randomly
Author
Owner

@bwees commented on GitHub (Jul 24, 2025):

this looks like we just need to shrink text to fit words on one line instead of wrapping

@bwees commented on GitHub (Jul 24, 2025): this looks like we just need to shrink text to fit words on one line instead of wrapping
Author
Owner

@lukaszwawrzyk commented on GitHub (Aug 5, 2025):

@bwees @alextran1502 did it land in 1.137.2? because it still reproduces, whether I select one asset (by holding) or open one asset by tapping.
Additionally I see similar issue in Library on the Archived button (Zarchiwizowan|e). These 4 buttons (Favs, Archived, Shared links, Trash) also are bigger and smaller depending if they need 2 lines. I believe all should have the same size.
Another view that has similar kind of issue is new Sync status in beta in settings: the hashed resources tile (Zahashowane zasoby) doesn't fit in the tile and just goes outside the tile and the screen rather than wrap or scale.

@lukaszwawrzyk commented on GitHub (Aug 5, 2025): @bwees @alextran1502 did it land in 1.137.2? because it still reproduces, whether I select one asset (by holding) or open one asset by tapping. Additionally I see similar issue in Library on the Archived button (Zarchiwizowan|e). These 4 buttons (Favs, Archived, Shared links, Trash) also are bigger and smaller depending if they need 2 lines. I believe all should have the same size. Another view that has similar kind of issue is new Sync status in beta in settings: the hashed resources tile (Zahashowane zasoby) doesn't fit in the tile and just goes outside the tile and the screen rather than wrap or scale.
Author
Owner

@bwees commented on GitHub (Aug 5, 2025):

This has been released. We are still working on polishing up different parts of the UI. Ill add this to our list work on.

@bwees commented on GitHub (Aug 5, 2025): This has been released. We are still working on polishing up different parts of the UI. Ill add this to our list work on.
Author
Owner

@lukaszwawrzyk commented on GitHub (Aug 5, 2025):

LMK if you need screenshots and it doesn't reproduce for you. I use pixel 9 pro for the reference.

@lukaszwawrzyk commented on GitHub (Aug 5, 2025): LMK if you need screenshots and it doesn't reproduce for you. I use pixel 9 pro for the reference.
Author
Owner

@bwees commented on GitHub (Aug 5, 2025):

Yeah if you could provide some screenshots, that would be best to give us some test cases to look at. If you could also share what language you are using that would be beneficial.

@bwees commented on GitHub (Aug 5, 2025): Yeah if you could provide some screenshots, that would be best to give us some test cases to look at. If you could also share what language you are using that would be beneficial.
Author
Owner

@lukaszwawrzyk commented on GitHub (Aug 6, 2025):

So the original screenshot is still reproducing. I am still using Polish.
I realized that in my phone settings I have font size. I am using size 2 from scale 0-7. If I use size 1 many elements fit in (but many bugs still are visible too). So I'd test it with some accessibility features enabled or on a phone with smaller screen.

Image Image Image Image Image
@lukaszwawrzyk commented on GitHub (Aug 6, 2025): So the original screenshot is still reproducing. I am still using Polish. I realized that in my phone settings I have font size. I am using size 2 from scale 0-7. If I use size 1 many elements fit in (but many bugs still are visible too). So I'd test it with some accessibility features enabled or on a phone with smaller screen. <img width="871" height="852" alt="Image" src="https://github.com/user-attachments/assets/5faabcdf-1296-4e98-b5f6-f3ea9f3a3340" /> <img width="846" height="410" alt="Image" src="https://github.com/user-attachments/assets/1c4569f4-209b-4714-a29f-e3b437ae38e1" /> <img width="869" height="569" alt="Image" src="https://github.com/user-attachments/assets/e1555aa0-9cdf-42fa-a07a-0e23e1cba416" /> <img width="871" height="575" alt="Image" src="https://github.com/user-attachments/assets/38863d88-14ec-47e4-bceb-9c447fa99eb1" /> <img width="943" height="1053" alt="Image" src="https://github.com/user-attachments/assets/47f7e042-add3-49e0-9e07-d9969385a1c2" />
Author
Owner

@1randomguy commented on GitHub (Aug 19, 2025):

Image also happens in english on my Pixel 7 when I have the font size set to my preferred (slightly bigger than default) size. Looks pretty ugly with just one 'e' being pushed to a new line 😄
@1randomguy commented on GitHub (Aug 19, 2025): <img width="1080" height="2400" alt="Image" src="https://github.com/user-attachments/assets/e4934dae-9c3b-4a50-8ab0-7b6d238f3ede" /> also happens in english on my Pixel 7 when I have the font size set to my preferred (slightly bigger than default) size. Looks pretty ugly with just one 'e' being pushed to a new line 😄
Author
Owner

@joanpot commented on GitHub (Nov 21, 2025):

Text overflow placeholder could be set for ellipsis, similar as in Google Photos.
overflow: TextOverflow.ellipsis

Also, thinner left and right paddings for the elements would allow more label lengths to fit.

Image

Image

Image

@joanpot commented on GitHub (Nov 21, 2025): Text overflow placeholder could be set for ellipsis, similar as in Google Photos. `overflow: TextOverflow.ellipsis` Also, thinner left and right paddings for the elements would allow more label lengths to fit. ![Image](https://github.com/user-attachments/assets/067f07a0-6e31-4a4a-9562-16cd15580a1e) ![Image](https://github.com/user-attachments/assets/911e6e75-1949-4fa1-8dd7-edc08b50117e) ![Image](https://github.com/user-attachments/assets/452ddaec-da73-452b-b20a-f284af12d748)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/immich#6051
No description provided.