.form-control overlap

Created on 16 April 2021, almost 4 years ago
Updated 13 September 2024, 4 months ago

Problem/Motivation

Certain form elements that have .form-control are unusable due to overlapping form elements.

Steps to reproduce

For example when editing a Views field under the Rewrite results section, there are also example in core, but this is the one I come across most often.

Proposed resolution

Add an override to change from:

.form-control {
  height: $input-height-base;
}

To:

.form-control {
  min-height: $input-height-base;
}

Remaining tasks

  • Implement

User interface changes

  • Fixes unusable form elements

API changes

  • None

Data model changes

  • None
🐛 Bug report
Status

Closed: won't fix

Version

3.0

Component

Code

Created by

🇬🇧United Kingdom mustanggb Coventry, United Kingdom

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024