Field width overlapping admin UI

Created on 2 April 2024, 3 months ago
Updated 16 May 2024, about 1 month ago

Problem/Motivation

While using tabs with paragraphs on admin UI, fields as text can overlap revision configuration area. This is due value size attribute on input element from core.

Steps to reproduce

Add text field under Widget tab that contains value size attribute bigger than container width.

Proposed resolution

Use the same selector provided in css/adminimal.css with two style attributes:

  box-sizing: border-box;
  width: 100%;

Remaining tasks

Test if it can affect field view/position cross-admin pages.

🐛 Bug report
Status

Needs review

Version

1.7

Component

Code

Created by

🇧🇷Brazil julio_retkwa

Live updates comments and jobs are added and updated live.
  • Quick fix

    Very small and simple change. Preferred over Quickfix.

Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024