Issue #3273271 : Paragraphs partially hidden by sidebar.
Drupal.org issue.
- Seems like the
inputelement in the paragraph widget was causing the overflow. - Added the width property to the
.form-elementclass, which is the selector for theinputelement
Testing Steps :
- Go to themes/contrib/gin directory.
- Run
npm install. - Run
npm run build.
Screenshot of the widget at 1300px width, before changes :
Screenshot of the widget at 1300px width, after changes :
Edited by Ruturaj Chaubey

