mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
[PR #112] [MERGED] Fix project title word break on projects overview page #1257
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/112
Author: @Zazama
Created: 4/8/2021
Status: ✅ Merged
Merged: 4/13/2021
Merged by: @meltyshev
Base:
master← Head:fix/dashboard-project-title-word-break📝 Commits (2)
a275dcffix word break on projects dashboard page0399a4dfix order📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
client/src/components/Projects/Projects.module.scss(+2 -0)📄 Description
Hey,
on phones or smaller displays in general, if the title of a project is too long for the box, it overflows.
I've added hyphenation/word-break to the scss file (hyphens if browser/word supports it, and word-break if not).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.