Clean up css
This commit is contained in:
parent
5a4e04a47c
commit
c866c01dfe
17 changed files with 214 additions and 250 deletions
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue