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 theinput
element
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