my fork of the bluesky client

Fix post interaction selectable text being cut off (#6527)

authored by

Evan and committed by
GitHub
3c33e42d 5d7cfa02

+2 -2
+2 -2
src/components/dialogs/PostInteractionSettingsDialog.tsx
··· 306 306 } 307 307 value={quotesEnabled} 308 308 onChange={onChangeQuotesEnabled} 309 - style={[, a.justify_between, a.pt_xs]}> 309 + style={[a.justify_between, a.pt_xs]}> 310 310 <Text style={[t.atoms.text_contrast_medium]}> 311 311 {quotesEnabled ? ( 312 312 <Trans>Quote posts enabled</Trans> ··· 483 483 a.justify_between, 484 484 a.rounded_sm, 485 485 a.p_md, 486 - {height: 40}, // for consistency with checkmark icon visible or not 486 + {minHeight: 40}, // for consistency with checkmark icon visible or not 487 487 t.atoms.bg_contrast_50, 488 488 (hovered || focused) && t.atoms.bg_contrast_100, 489 489 isSelected && {