fix: 7549 multilang button overflow (#7656)

Co-authored-by: Niels Kaspers <kaspersniels@gmail.com>
This commit is contained in:
Johannes
2026-04-02 05:53:57 -07:00
committed by GitHub
parent 735a9f84ec
commit 461e3893fe
@@ -369,8 +369,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 (