Clean up css

This commit is contained in:
araemer 2025-10-25 08:00:59 +02:00
parent 5a4e04a47c
commit c866c01dfe
17 changed files with 214 additions and 250 deletions

View file

@ -74,7 +74,7 @@ export function InstructionStepMobileListItem({
{/* Center column: Instruction step */}
<textarea
className="input-field w-full min-h-[120px] resize-none overflow-hidden"
className="w-full min-h-[120px] resize-none overflow-hidden"
placeholder={`Schritt ${index + 1}`}
value={stepModel.text}
onChange={(e) => onUpdate(index, e.target.value)}