In workspace-form the text of the modal content is not visible completely below 768px screen.

Created on 19 December 2023, almost 2 years ago
Updated 18 March 2024, over 1 year ago

Problem/Motivation

I was exploring the workspaces module trying to switch multiple workspaces I saw that below the 768px screen when we click on any workspace the modal content text is not completely visible it is hidden because some inline CSS is coming which is - max-height: 0px;

Steps to reproduce

  1. Enable the workspace module.
  2. Switch the screen below 768px
  3. Click on workspace to the right side.
  4. See the modal content text.

Proposed resolution

Unset the max-height - max-height: unset;

Merge request link

https://git.drupalcode.org/project/drupal/-/merge_requests/6019/

Remaining tasks

Commit

User interface changes

Before

After

API changes

None

Data model changes

None

Release notes snippet

None

๐Ÿ› Bug report
Status

Fixed

Version

10.2 โœจ

Component
Claroย  โ†’

Last updated 3 months ago

Created by

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