Fix post interaction selectable text being cut off (#6527)
This commit is contained in:
@@ -306,7 +306,7 @@ export function PostInteractionSettingsForm({
|
|||||||
}
|
}
|
||||||
value={quotesEnabled}
|
value={quotesEnabled}
|
||||||
onChange={onChangeQuotesEnabled}
|
onChange={onChangeQuotesEnabled}
|
||||||
style={[, a.justify_between, a.pt_xs]}>
|
style={[a.justify_between, a.pt_xs]}>
|
||||||
<Text style={[t.atoms.text_contrast_medium]}>
|
<Text style={[t.atoms.text_contrast_medium]}>
|
||||||
{quotesEnabled ? (
|
{quotesEnabled ? (
|
||||||
<Trans>Quote posts enabled</Trans>
|
<Trans>Quote posts enabled</Trans>
|
||||||
@@ -483,7 +483,7 @@ function Selectable({
|
|||||||
a.justify_between,
|
a.justify_between,
|
||||||
a.rounded_sm,
|
a.rounded_sm,
|
||||||
a.p_md,
|
a.p_md,
|
||||||
{height: 40}, // for consistency with checkmark icon visible or not
|
{minHeight: 40}, // for consistency with checkmark icon visible or not
|
||||||
t.atoms.bg_contrast_50,
|
t.atoms.bg_contrast_50,
|
||||||
(hovered || focused) && t.atoms.bg_contrast_100,
|
(hovered || focused) && t.atoms.bg_contrast_100,
|
||||||
isSelected && {
|
isSelected && {
|
||||||
|
|||||||
Reference in New Issue
Block a user