Width and alignment issue with "select other" questions

Created on 13 December 2024, 9 days ago

Problem/Motivation

When I add a "select other" question to a form, it has a different width than "select" questions. If I use a flex layout and place a "select" question beside a "select other" question, it has different visual alignment

See screenshot.

Steps to reproduce

Setup a "select other" question and a "select" question using webform_ui to build the form.

Proposed resolution

Can "select other" and "select" questions have the same width and alignment, whether I use 1 question per row or a flex layout.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

6.2

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States albertho425

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

Comments & Activities

  • Issue created by @albertho425
  • πŸ‡ΊπŸ‡ΈUnited States jrockowitz Brooklyn, NY

    The select other element is wrapped in a fieldset. You need to adjust the margin/padding in your custom theme.

  • πŸ‡ΊπŸ‡ΈUnited States albertho425

    Thank you for the quick response. It's actually faster to just to make a "select" question and show the "other" question conditionally based on a response. no theme adjustment needed. Thanks.

Production build 0.71.5 2024