[PR #3054] [MERGED] Dashboard: Fix line height problem in issue titles #16735

Closed
opened 2025-11-02 12:17:46 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3054
Author: @silverwind
Created: 12/1/2017
Status: Merged
Merged: 12/2/2017
Merged by: @lunny

Base: masterHead: dashboard-issue-text


📝 Commits (1)

  • 723585e Dashboard: Fix line height problem in issue titles

📊 Changes

2 files changed (+1 additions, -2 deletions)

View changed files

📝 public/css/index.css (+1 -1)
📝 public/less/_dashboard.less (+0 -1)

📄 Description

Found a minor issue on the dashboard with issue titles where the lower end of a g could be cut off slightly. I fixed it by removing a seemingly unnecessary line-height definition.

Before

screen shot 2017-12-01 at 17 33 28

After

screen shot 2017-12-01 at 17 43 42

🔄 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/go-gitea/gitea/pull/3054 **Author:** [@silverwind](https://github.com/silverwind) **Created:** 12/1/2017 **Status:** ✅ Merged **Merged:** 12/2/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `dashboard-issue-text` --- ### 📝 Commits (1) - [`723585e`](https://github.com/go-gitea/gitea/commit/723585e58c5f3d0c039ae35531af864eed3503da) Dashboard: Fix line height problem in issue titles ### 📊 Changes **2 files changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `public/css/index.css` (+1 -1) 📝 `public/less/_dashboard.less` (+0 -1) </details> ### 📄 Description Found a minor issue on the dashboard with issue titles where the lower end of a `g` could be cut off slightly. I fixed it by removing a seemingly unnecessary `line-height` definition. #### Before <img width="483" alt="screen shot 2017-12-01 at 17 33 28" src="https://user-images.githubusercontent.com/115237/33493082-534262e2-d6bf-11e7-8e66-10d21700da26.png"> #### After <img width="468" alt="screen shot 2017-12-01 at 17 43 42" src="https://user-images.githubusercontent.com/115237/33493099-593bcc4c-d6bf-11e7-9df2-4ddb910f0ec2.png"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:17:46 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16735