[PR #3906] [MERGED] Fix placeholder of due date form #17136

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3906
Author: @jonasfranz
Created: 5/6/2018
Status: Merged
Merged: 5/6/2018
Merged by: @lafriks

Base: masterHead: patch-4


📝 Commits (1)

  • 36e36c9 Fix placeholder of due date form

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 options/locale/locale_en-US.ini (+1 -1)

📄 Description

The important part of the placeholder for the due date input is cut off from the screen because it's too long.
cut off placeholder

Hint: The most browsers show something like 'yyyy-mm-dd' because they support the date input. Some Browsers like Epiphany do not support this and are showing the placeholder.


🔄 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/3906 **Author:** [@jonasfranz](https://github.com/jonasfranz) **Created:** 5/6/2018 **Status:** ✅ Merged **Merged:** 5/6/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `patch-4` --- ### 📝 Commits (1) - [`36e36c9`](https://github.com/go-gitea/gitea/commit/36e36c9ad7f4ae0260d707f9f8bf182d6a6675e7) Fix placeholder of due date form ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `options/locale/locale_en-US.ini` (+1 -1) </details> ### 📄 Description The important part of the placeholder for the due date input is cut off from the screen because it's too long. ![cut off placeholder](https://user-images.githubusercontent.com/5757182/39675830-1dbe5028-5161-11e8-8814-54e799aacdd7.png) _Hint:_ The most browsers show something like 'yyyy-mm-dd' because they support the date input. Some Browsers like Epiphany do not support this and are showing the placeholder. --- <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:27:11 -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#17136