Vertical and horizontal layout shift

Created on 17 August 2023, 11 months ago
Updated 28 August 2023, 10 months ago

When editing a content within a dialog there are some layout shift when you click in the tabs.

One way to avoid this it putting in the dialog options a fixed with and height, in pixels or percentaje.

But i you do this this settings will be for both choose component and edit component.

In layout paragraphs is posible to select with css the dialog of choose component to apply a width and height) but in Mercury editor this classes are overwritten with the same settings.

πŸ› Bug report
Status

Active

Version

2.1

Component

User interface

Created by

πŸ‡ͺπŸ‡ΈSpain Carlitus

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

Comments & Activities

  • Issue created by @Carlitus
  • πŸ‡ͺπŸ‡ΈSpain Carlitus

    Something easey for this it to give a width to component the form inside the modal:

    Something like

    .layout-paragraphs-component-form {
      max-width: 95%;
      width: 1000px;
    }
    
Production build 0.69.0 2024