[PR #3062] [MERGED] Fix misalignment issue in repo header #16739

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

📋 Pull Request Information

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

Base: masterHead: repo-head-misalignment


📝 Commits (2)

  • 256bf69 Fix misalignment issue in repo header
  • 564b9b8 Merge branch 'master' into repo-head-misalignment

📊 Changes

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

View changed files

📝 public/css/index.css (+1 -1)
📝 public/less/_repository.less (+2 -2)

📄 Description

Noticed a issue in the repo header where the commit date was misaligned and there was a visible issue with the bottom-border of the header. Fixed it by removing a seemingly unnecessary vertical-alignment.

Before

screen shot 2017-12-02 at 15 54 27

After

screen shot 2017-12-02 at 15 57 04

Edit: This is on Firefox.


🔄 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/3062 **Author:** [@silverwind](https://github.com/silverwind) **Created:** 12/2/2017 **Status:** ✅ Merged **Merged:** 12/2/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `repo-head-misalignment` --- ### 📝 Commits (2) - [`256bf69`](https://github.com/go-gitea/gitea/commit/256bf69bc8ffeb78676a6fa77d65e63ccea8093f) Fix misalignment issue in repo header - [`564b9b8`](https://github.com/go-gitea/gitea/commit/564b9b80f752d78a0ace46b53d2566b8e1cfacbc) Merge branch 'master' into repo-head-misalignment ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `public/css/index.css` (+1 -1) 📝 `public/less/_repository.less` (+2 -2) </details> ### 📄 Description Noticed a issue in the repo header where the commit date was misaligned and there was a visible issue with the bottom-border of the header. Fixed it by removing a seemingly unnecessary `vertical-alignment`. #### Before <img width="1141" alt="screen shot 2017-12-02 at 15 54 27" src="https://user-images.githubusercontent.com/115237/33516819-62fe10ea-d779-11e7-83e4-7781fd314ace.png"> #### After <img width="1135" alt="screen shot 2017-12-02 at 15 57 04" src="https://user-images.githubusercontent.com/115237/33516826-7b8af664-d779-11e7-9106-612013ca0729.png"> Edit: This is on Firefox. --- <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:55 -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#16739