Project

General

Profile

Actions

Defect #43876

closed

Text in select, input, and button is clipped due to fixed height when font size is increased

Added by hibiki morioka 22 days ago. Updated 16 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
UI
Target version:
Resolution:
Fixed
Affected version:

Description

The fixed height specified for select, input, and button elements has been removed. Instead, vertical spacing is now controlled using padding-top and padding-bottom.

When a fixed height is used, increasing the font size through plugins or themes can cause the text inside these elements to be clipped. In such cases, identifying the cause can take time and may lead to inconvenience.

By removing the fixed height and relying on vertical padding to control the element size, these components can adapt more flexibly to font size changes and similar customizations.


Files

redmine-form-input-height.patch (722 Bytes) redmine-form-input-height.patch hibiki morioka, 2026-03-13 12:08
43876.patch (601 Bytes) 43876.patch Go MAEDA, 2026-03-17 00:24
Actions #1

Updated by Go MAEDA 19 days ago

  • Tracker changed from Patch to Defect
  • Subject changed from Remove fixed height from select, input, and button to Text in select, input, and button is clipped due to fixed height when font size is increased
  • Status changed from New to Confirmed
  • Target version set to Candidate for next major release
Actions #2

Updated by Go MAEDA 19 days ago

Updated the patch for the current trunk.

Actions #3

Updated by Go MAEDA 18 days ago

  • Target version changed from Candidate for next major release to 7.0.0

Setting the target version to 7.0.0.

Actions #4

Updated by Go MAEDA 16 days ago

  • Status changed from Confirmed to Closed
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed the patch in r24519. Thank you.

Actions

Also available in: Atom PDF