File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ function AmountInput(props: {
138138 onInput = { props . onInput }
139139 onFocus = { props . onFocus }
140140 onBlur = { props . onBlur }
141- class = "flex-1 bg-transparent focus:outline-none font-bold text-lg text-base-content placeholder:text-base-content/30"
141+ class = "flex-1 bg-transparent focus:outline-none font-bold text-lg text-base-content placeholder:text-base-content/30 w-12 md:w-24 lg:w-48 "
142142 placeholder = { t ( 'donations.widget.customPlaceholder' ) }
143143 aria-label = { t ( 'donations.widget.customAriaLabel' ) }
144144 />
@@ -162,7 +162,7 @@ function PixCopySection(props: { pixString: string; copied: boolean; onCopy: ()
162162 type = "text"
163163 value = { props . pixString }
164164 readOnly
165- class = "flex-1 bg-transparent px-3 py-2.5 font-mono text-[11px] md:text-xs text-base-content/70 truncate focus:outline-none"
165+ class = "flex-1 bg-transparent px-3 py-2.5 font-mono text-[11px] md:text-xs text-base-content/70 truncate focus:outline-none w-12 md:w-24 lg:w-48 "
166166 aria-label = { t ( 'donations.widget.pixCodeAriaLabel' ) }
167167 />
168168 < button
You can’t perform that action at this time.
0 commit comments