mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-30 18:16:48 +10:00
Change collapsed bio length
This commit is contained in:
parent
798df231da
commit
c790f1bf14
1 changed files with 3 additions and 1 deletions
|
|
@ -9,7 +9,9 @@ import * as propTypes from '../../util/propTypes';
|
|||
|
||||
import css from './UserCard.css';
|
||||
|
||||
const BIO_COLLAPSED_LENGTH = 100;
|
||||
// Approximated collapsed size so that there are ~three lines of text
|
||||
// in the desktop layout in the host section of the ListingPage.
|
||||
const BIO_COLLAPSED_LENGTH = 170;
|
||||
|
||||
const truncated = s => {
|
||||
return truncate(s, {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue