discourse/plugins/poll/assets/stylesheets
elRicharde b92b803cbc
FIX: Poll option mention overlap (#37972)
Created first in own fork here:
https://github.com/elRicharde/discourse/pull/1

Poll option list items had no layout container, allowing @mention pills
to overlap the option marker or checkbox.

This change makes poll options flex rows so marker and content are
always laid out side by side.

CSS only, no behavior or markup changes.

Repro:
Create a poll with options that include @mentions (mention pills).
In the cooked topic view, the option marker/checkbox can overlap the
mention pill.

Fix:
Make poll option list items a flex row so the marker/checkbox and the
option content
are laid out side by side with consistent spacing.

Screenshots show the overlap before the change.

Screenshot 2026-02-08 093307 Screenshot 2026-02-08 093403 image

---------

Co-authored-by: Derek Rushforth <derekrushforth@users.noreply.github.com>
2026-02-23 08:28:23 -07:00
..
common FIX: Poll option mention overlap (#37972) 2026-02-23 08:28:23 -07:00
desktop UX: Content border color (#33908) 2025-07-28 16:17:06 -05:00