Vertical and horizontal layout shift

Created on 17 August 2023, over 1 year ago
Updated 28 August 2023, over 1 year 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.71.5 2024