There is an issue with the dropdown button action overlapping in display view mode.

Created on 28 November 2024, 20 days ago

Problem/Motivation

overlapping and sizing issue.

Steps to reproduce

Step1 : Install Drupal
Step2 : Go to /admin/structure/display-modes/view
You will be able to see the issue.

Proposed resolution

.dropbutton-action a {
display: flex
    align-items: center;
    padding: 0 0.5625rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: var(--dropbutton--text-color);
    font-weight: 600;
    height: auto;
    margin: 2px;
}

We can update the CSS to achieve this.

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

🐛 Bug report
Status

Active

Version

11.1 🔥

Component

CSS

Created by

🇮🇳India djsagar

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024