Skip to content
Snippets Groups Projects
Unverified Commit 5d5d1b52 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Double the threshold for "read more" functionality (#8835)

parent 65f04e60
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment