d0836328a4
The qrcode library hard-codes inline width/height pixel styles on the canvas, overriding the Tailwind sizing classes (h-auto w-full) callers pass in. On viewports narrower than the QR's intrinsic size this made the code spill outside its rounded box — visible on the campaign details donate panel. Remove the inline styles after rendering so the caller's className controls the responsive size.