Skip to content

Commit

Permalink
Double the threshold for "read more" functionality (mastodon#8835)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored Oct 1, 2018
1 parent 65f04e6 commit 5d5d1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/components/status_content.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { FormattedMessage } from 'react-intl';
import Permalink from './permalink';
import classnames from 'classnames';

const MAX_HEIGHT = 322; // 20px * 16 (+ 2px padding at the top)
const MAX_HEIGHT = 642; // 20px * 32 (+ 2px padding at the top)

export default class StatusContent extends React.PureComponent {

Expand Down

0 comments on commit 5d5d1b5

Please sign in to comment.