[PR #112] [MERGED] Fix project title word break on projects overview page #1257

Open
opened 2025-10-09 19:11:52 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: fix/dashboard-project-title-word-break


📝 Commits (2)

📊 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.

grafik

I've added hyphenation/word-break to the scss file (hyphens if browser/word supports it, and word-break if not).

grafik


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/112 **Author:** [@Zazama](https://github.com/Zazama) **Created:** 4/8/2021 **Status:** ✅ Merged **Merged:** 4/13/2021 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `fix/dashboard-project-title-word-break` --- ### 📝 Commits (2) - [`a275dcf`](https://github.com/plankanban/planka/commit/a275dcf12fee5de22d74c7fbf584e6febd02fa79) fix word break on projects dashboard page - [`0399a4d`](https://github.com/plankanban/planka/commit/0399a4d2577faaabea6ec3f8eeb7be80ff26afd3) fix order ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/Projects/Projects.module.scss` (+2 -0) </details> ### 📄 Description Hey, on phones or smaller displays in general, if the title of a project is too long for the box, it overflows. ![grafik](https://user-images.githubusercontent.com/7694808/114079086-045d0780-98aa-11eb-934c-81e205b57be2.png) I've added hyphenation/word-break to the scss file (hyphens if browser/word supports it, and word-break if not). ![grafik](https://user-images.githubusercontent.com/7694808/114079215-2fdff200-98aa-11eb-9068-d7bdf08a3fbb.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 19:11:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1257