fix: multilang button overflow (backport #7656) (#7659)

Co-authored-by: Niels Kaspers <kaspersniels@gmail.com>
This commit is contained in:
Dhruwang Jariwala
2026-04-02 18:49:13 +05:30
committed by GitHub
parent fbb529d066
commit 4a5404557b
@@ -346,8 +346,8 @@ export const MultipleChoiceElementForm = ({
</div>
<div className="mt-2">
<div className="mt-2 flex items-center justify-between space-x-2">
<div className="flex gap-2">
<div className="mt-2 flex flex-wrap items-center justify-between gap-2">
<div className="flex flex-wrap gap-2">
{specialChoices.map((specialChoice) => {
if (element.choices.some((c) => c.id === specialChoice.id)) return null;
return (