Skip to content

Issue #3273271 : Paragraphs partially hidden by sidebar.

Drupal.org issue.

  • Seems like the input element in the paragraph widget was causing the overflow.
  • Added the width property to the .form-element class, which is the selector for the input element

Testing Steps :

  1. Go to themes/contrib/gin directory.
  2. Run npm install.
  3. Run npm run build.

Screenshot of the widget at 1300px width, before changes :

Screenshot_from_2022-04-05_13-12-41

Screenshot of the widget at 1300px width, after changes :

Screenshot_from_2022-04-05_13-12-57

Edited by Ruturaj Chaubey

Merge request reports