Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cyrille Bollu
deck-react-native
Commits
9f658b7d
Commit
9f658b7d
authored
Nov 25, 2021
by
Cyrille Bollu
Browse files
ellipses long card title
Signed-off-by:
Cyrille Bollu
<
cyrille@bollu.be
>
parent
2617d0f8
Pipeline
#460469
passed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
components/BoardDetails.js
View file @
9f658b7d
...
@@ -239,8 +239,10 @@ class BoardDetails extends React.Component {
...
@@ -239,8 +239,10 @@ class BoardDetails extends React.Component {
this
.
setState
({
cardPressed
:
-
1
})
this
.
setState
({
cardPressed
:
-
1
})
}}
}}
>
>
<
View
>
<
View
style
=
{{
flex
:
1
}}
>
<
Text
style
=
{[
this
.
props
.
theme
.
cardTitle
,
{
width
:
'
100%
'
}]}
>
<
Text
style
=
{[
this
.
props
.
theme
.
cardTitle
,
{
width
:
'
100%
'
}]}
numberOfLines
=
{
1
}
>
{
card
.
title
}
{
card
.
title
}
<
/Text
>
<
/Text
>
<
View
style
=
{
this
.
props
.
theme
.
cardLabelContainer
}
>
<
View
style
=
{
this
.
props
.
theme
.
cardLabelContainer
}
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment